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
782 op_flags |= (info->rti_flags & RTF_PINNED) ? RTM_F_REPLACE : RTM_F_APPEND; in add_route_byinfo()823 if (op_flags & RTM_F_REPLACE) { in add_route_flags()
808 op_flags |= (nlm_flags & NLM_F_REPLACE) ? RTM_F_REPLACE : 0; in create_nexthop_one()