Lines Matching refs:nlmsg_flags
1024 n->nlmsg_flags & NLM_F_ECHO); in qdisc_get_notify()
1039 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) in qdisc_notify()
1059 n->nlmsg_flags & NLM_F_ECHO); in qdisc_notify()
1587 return (n->nlmsg_flags & NLM_F_CREATE && in req_create_or_replace()
1588 n->nlmsg_flags & NLM_F_REPLACE); in req_create_or_replace()
1593 return (n->nlmsg_flags & NLM_F_CREATE && in req_create_exclusive()
1594 n->nlmsg_flags & NLM_F_EXCL); in req_create_exclusive()
1599 return (!(n->nlmsg_flags & NLM_F_CREATE) && in req_change()
1600 !(n->nlmsg_flags & NLM_F_REPLACE) && in req_change()
1601 !(n->nlmsg_flags & NLM_F_EXCL)); in req_change()
1656 if (q && !(n->nlmsg_flags & NLM_F_REPLACE)) { in tc_modify_qdisc()
1667 if (n->nlmsg_flags & NLM_F_EXCL) { in tc_modify_qdisc()
1744 if (n->nlmsg_flags & NLM_F_EXCL) { in tc_modify_qdisc()
1758 if (!(n->nlmsg_flags & NLM_F_CREATE)) { in tc_modify_qdisc()
1974 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) in tclass_notify()
1987 n->nlmsg_flags & NLM_F_ECHO); in tclass_notify()
2008 n->nlmsg_flags & NLM_F_ECHO); in tclass_get_notify()
2024 if (rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) { in tclass_del_notify()
2045 n->nlmsg_flags & NLM_F_ECHO); in tclass_del_notify()
2225 !(n->nlmsg_flags & NLM_F_CREATE)) in tc_ctl_tclass()
2231 if (n->nlmsg_flags & NLM_F_EXCL) in tc_ctl_tclass()