Searched refs:NLM_F_ECHO (Results 1 – 11 of 11) sorted by relevance
41 resort to using ``NLM_F_ECHO``).43 NLM_F_ECHO section in General guidance46 Make sure to pass the request info to genl_notify() to allow ``NLM_F_ECHO``
57 #define NLM_F_ECHO 0x08 /* Echo this request */ macro
65 #define NLM_F_ECHO 0x08 /* Receive resulting notifications */ macro
240 return (nlflags & NLM_F_ECHO) || rtnl_has_listeners(net, group); in rtnl_notify_needed()
1015 n->nlmsg_flags & NLM_F_ECHO); in qdisc_get_notify() 1050 n->nlmsg_flags & NLM_F_ECHO); in qdisc_notify() 2026 n->nlmsg_flags & NLM_F_ECHO); in tclass_get_notify() 2049 n->nlmsg_flags & NLM_F_ECHO); in tclass_del_notify() 2085 n->nlmsg_flags & NLM_F_ECHO); in tcf_node_bind()
1808 n->nlmsg_flags & NLM_F_ECHO); in tca_action_flush() 2000 n->nlmsg_flags & NLM_F_ECHO); in tcf_del_notify() 2088 n->nlmsg_flags & NLM_F_ECHO); in tcf_add_notify()
2168 n->nlmsg_flags & NLM_F_ECHO); in tfilter_notify()2199 n->nlmsg_flags & NLM_F_ECHO); in tfilter_del_notify()3033 flags & NLM_F_ECHO); in tc_chain_notify()3060 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, flags & NLM_F_ECHO); in tc_chain_notify_delete()
708 return __get_tc_info(cookie, tc, tb, nh->nlmsg_flags & NLM_F_ECHO); in get_tc_info()770 NLM_F_ECHO | flags; in bpf_tc_attach()
1146 if (flags & ~(NLM_F_REQUEST | NLM_F_ACK | NLM_F_ECHO)) { in genl_header_check()
635 ``NLM_F_ECHO`` requests for notifications resulting from the request
73 * OVS userspace sets the NLM_F_ECHO flag if it needs the reply. */77 return info->nlhdr->nlmsg_flags & NLM_F_ECHO || in ovs_must_notify()