Searched refs:NLM_F_ECHO (Results 1 – 10 of 10) sorted by relevance
57 #define NLM_F_ECHO 0x08 /* Echo this request */ macro
241 nlh->nlmsg_flags & NLM_F_ECHO ? 'E' : '-'); in mnl_nlmsg_fprintf_header()
1348 n->nlmsg_flags & NLM_F_ECHO); in tca_action_flush()1420 n->nlmsg_flags & NLM_F_ECHO); in tcf_del_notify()1494 n->nlmsg_flags & NLM_F_ECHO); in tcf_add_notify()
997 n->nlmsg_flags & NLM_F_ECHO); in qdisc_notify()1868 n->nlmsg_flags & NLM_F_ECHO); in tclass_notify()1903 n->nlmsg_flags & NLM_F_ECHO); in tclass_del_notify()
1877 n->nlmsg_flags & NLM_F_ECHO); in tfilter_notify()1916 n->nlmsg_flags & NLM_F_ECHO); in tfilter_del_notify()2722 flags & NLM_F_ECHO); in tc_chain_notify()2751 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, flags & NLM_F_ECHO); in tc_chain_notify_delete()
888 return !!(nlh->nlmsg_flags & NLM_F_ECHO); in nlmsg_report()
74 return info->nlhdr->nlmsg_flags & NLM_F_ECHO || in ovs_must_notify()