Lines Matching refs:nlmsg_flags
1031 n->nlmsg_flags & NLM_F_ECHO); in qdisc_notify()
1552 return (n->nlmsg_flags & NLM_F_CREATE && in req_create_or_replace()
1553 n->nlmsg_flags & NLM_F_REPLACE); in req_create_or_replace()
1558 return (n->nlmsg_flags & NLM_F_CREATE && in req_create_exclusive()
1559 n->nlmsg_flags & NLM_F_EXCL); in req_create_exclusive()
1564 return (!(n->nlmsg_flags & NLM_F_CREATE) && in req_change()
1565 !(n->nlmsg_flags & NLM_F_REPLACE) && in req_change()
1566 !(n->nlmsg_flags & NLM_F_EXCL)); in req_change()
1621 if (q && !(n->nlmsg_flags & NLM_F_REPLACE)) { in tc_modify_qdisc()
1632 if (n->nlmsg_flags & NLM_F_EXCL) { in tc_modify_qdisc()
1709 if (n->nlmsg_flags & NLM_F_EXCL) { in tc_modify_qdisc()
1723 if (!(n->nlmsg_flags & NLM_F_CREATE)) { in tc_modify_qdisc()
1949 n->nlmsg_flags & NLM_F_ECHO); in tclass_notify()
1982 n->nlmsg_flags & NLM_F_ECHO); in tclass_del_notify()
2162 !(n->nlmsg_flags & NLM_F_CREATE)) in tc_ctl_tclass()
2168 if (n->nlmsg_flags & NLM_F_EXCL) in tc_ctl_tclass()