Searched refs:RTM_F_EXCL (Results 1 – 3 of 3) sorted by relevance
65 #define RTM_F_EXCL 0x02 /* (Deprecated) Do not replace or append if exists */ macro
815 if (op_flags & RTM_F_EXCL) { in add_route_flags()
809 op_flags |= (nlm_flags & NLM_F_EXCL) ? RTM_F_EXCL : 0; in create_nexthop_one()