Lines Matching refs:nlmsg_flags
1011 n->nlmsg_flags & NLM_F_ECHO); in qdisc_get_notify()
1026 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) in qdisc_notify()
1046 n->nlmsg_flags & NLM_F_ECHO); in qdisc_notify()
1564 return (n->nlmsg_flags & NLM_F_CREATE && in req_create_or_replace()
1565 n->nlmsg_flags & NLM_F_REPLACE); in req_create_or_replace()
1570 return (n->nlmsg_flags & NLM_F_CREATE && in req_create_exclusive()
1571 n->nlmsg_flags & NLM_F_EXCL); in req_create_exclusive()
1576 return (!(n->nlmsg_flags & NLM_F_CREATE) && in req_change()
1577 !(n->nlmsg_flags & NLM_F_REPLACE) && in req_change()
1578 !(n->nlmsg_flags & NLM_F_EXCL)); in req_change()
1618 if (q && !(n->nlmsg_flags & NLM_F_REPLACE)) { in __tc_modify_qdisc()
1633 if (n->nlmsg_flags & NLM_F_EXCL) { in __tc_modify_qdisc()
1710 if (n->nlmsg_flags & NLM_F_EXCL) { in __tc_modify_qdisc()
1724 if (!(n->nlmsg_flags & NLM_F_CREATE)) { in __tc_modify_qdisc()
1995 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) in tclass_notify()
2008 n->nlmsg_flags & NLM_F_ECHO); in tclass_notify()
2029 n->nlmsg_flags & NLM_F_ECHO); in tclass_get_notify()
2045 if (rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) { in tclass_del_notify()
2066 n->nlmsg_flags & NLM_F_ECHO); in tclass_del_notify()
2237 !(n->nlmsg_flags & NLM_F_CREATE)) in __tc_ctl_tclass()
2243 if (n->nlmsg_flags & NLM_F_EXCL) in __tc_ctl_tclass()