Searched refs:RTM_F_REPLACE (Results 1 – 3 of 3) sorted by relevance
66 #define RTM_F_REPLACE 0x04 /* Replace if route (even multipath) if exists */ macro
761 op_flags |= (info->rti_flags & RTF_PINNED) ? RTM_F_REPLACE : RTM_F_APPEND; in add_route_byinfo()802 if (op_flags & RTM_F_REPLACE) { in add_route_flags()
848 op_flags |= (nlm_flags & NLM_F_REPLACE) ? RTM_F_REPLACE : 0; in get_op_flags()