Searched refs:NLM_F_REPLACE (Results 1 – 7 of 7) sorted by relevance
52 NLM_F_REPLACE = 0x100 variable in NlmNewFlags
126 #define NLM_F_REPLACE 0x100 /* Replace existing matching config object */ macro
362 hdr->nlmsg_flags &= ~(NLM_F_REPLACE | NLM_F_CREATE); in report_operation() 371 hdr->nlmsg_flags |= NLM_F_REPLACE; in report_operation() 808 op_flags |= (nlm_flags & NLM_F_REPLACE) ? RTM_F_REPLACE : 0; in create_nexthop_one() 1073 nlm_flags = NLM_F_REPLACE; in rtnl_handle_route_event()
403 if ((hdr->nlmsg_flags & (NLM_F_CREATE | NLM_F_REPLACE)) == 0) in rtnl_handle_newneigh()439 if (hdr->nlmsg_flags & NLM_F_REPLACE) { in rtnl_handle_newneigh()
394 hdr->nlmsg_flags |= NLM_F_CREATE | NLM_F_REPLACE; in set_nl()
491 hdr->nlmsg_flags |= NLM_F_CREATE | NLM_F_REPLACE; in set_nl()
158 nl_flags = NLM_F_REPLACE; in rtmsg_nl_int()