Lines Matching refs:nlmsg_flags
2133 n->nlmsg_seq, n->nlmsg_flags, event, false, in tfilter_notify_prep()
2156 if (!unicast && !rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) in tfilter_notify()
2168 n->nlmsg_flags & NLM_F_ECHO); in tfilter_notify()
2182 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) in tfilter_del_notify()
2199 n->nlmsg_flags & NLM_F_ECHO); in tfilter_del_notify()
2279 if (n->nlmsg_flags & NLM_F_CREATE) { in tc_new_tfilter()
2360 if (!(n->nlmsg_flags & NLM_F_CREATE)) { in tc_new_tfilter()
2398 if (!(n->nlmsg_flags & NLM_F_CREATE)) { in tc_new_tfilter()
2403 } else if (n->nlmsg_flags & NLM_F_EXCL) { in tc_new_tfilter()
2417 if (!(n->nlmsg_flags & NLM_F_CREATE)) in tc_new_tfilter()
3157 if (!(n->nlmsg_flags & NLM_F_CREATE)) { in tc_ctl_chain()
3212 n->nlmsg_flags, n->nlmsg_type, true, extack); in tc_ctl_chain()