Searched refs:nlm_flags (Results 1 – 1 of 1) sorted by relevance
804 get_op_flags(int nlm_flags)808 op_flags |= (nlm_flags & NLM_F_REPLACE) ? RTM_F_REPLACE : 0; in create_nexthop_one() 809 op_flags |= (nlm_flags & NLM_F_EXCL) ? RTM_F_EXCL : 0; in create_nexthop_one() 810 op_flags |= (nlm_flags & NLM_F_CREATE) ? RTM_F_CREATE : 0; in create_nexthop_one() 811 op_flags |= (nlm_flags & NLM_F_APPEND) ? RTM_F_APPEND : 0; in create_nexthop_one() 1061 int family, nlm_flags = 0; in rtnl_handle_route_event() 1070 nlm_flags = NLM_F_EXCL | NLM_F_CREATE; in rtnl_handle_route_event() 1073 nlm_flags = NLM_F_REPLACE; in rtnl_handle_route_event() 1076 nlm_flags = 0; in rtnl_handle_route_event() 1082 "received event %s for %s / nlm_flags in rtnl_handle_route_event() 792 get_op_flags(int nlm_flags) get_op_flags() argument 1049 int family, nlm_flags = 0; rtnl_handle_route_event() local [all...]