Lines Matching refs:nlm_flags
804 get_op_flags(int nlm_flags) in get_op_flags() argument
808 op_flags |= (nlm_flags & NLM_F_REPLACE) ? RTM_F_REPLACE : 0; in get_op_flags()
809 op_flags |= (nlm_flags & NLM_F_EXCL) ? RTM_F_EXCL : 0; in get_op_flags()
810 op_flags |= (nlm_flags & NLM_F_CREATE) ? RTM_F_CREATE : 0; in get_op_flags()
811 op_flags |= (nlm_flags & NLM_F_APPEND) ? RTM_F_APPEND : 0; in get_op_flags()
1061 int family, nlm_flags = 0; in rtnl_handle_route_event() local
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()
1085 nlm_flags); in rtnl_handle_route_event()
1089 .nlmsg_flags = nlm_flags, in rtnl_handle_route_event()