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
361 hdr->nlmsg_flags &= ~(NLM_F_REPLACE | NLM_F_CREATE); in report_operation()370 hdr->nlmsg_flags |= NLM_F_REPLACE; in report_operation()809 op_flags |= (nlm_flags & NLM_F_REPLACE) ? RTM_F_REPLACE : 0; in get_op_flags()1074 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()
395 hdr->nlmsg_flags |= NLM_F_CREATE | NLM_F_REPLACE; in set_nl()
490 hdr->nlmsg_flags |= NLM_F_CREATE | NLM_F_REPLACE; in set_nl()
158 nl_flags = NLM_F_REPLACE; in rtmsg_nl_int()