Home
last modified time | relevance | path

Searched refs:NLM_F_ECHO (Results 1 – 10 of 10) sorted by relevance

/linux/Documentation/core-api/
H A Dnetlink.rst41 resort to using ``NLM_F_ECHO``).
43 NLM_F_ECHO section in General guidance
46 Make sure to pass the request info to genl_notify() to allow ``NLM_F_ECHO``
/linux/tools/include/uapi/linux/
H A Dnetlink.h57 #define NLM_F_ECHO 0x08 /* Echo this request */ macro
/linux/include/uapi/linux/
H A Dnetlink.h65 #define NLM_F_ECHO 0x08 /* Receive resulting notifications */ macro
/linux/include/linux/
H A Drtnetlink.h248 return (nlflags & NLM_F_ECHO) || rtnl_has_listeners(net, group); in rtnl_notify_needed()
/linux/net/sched/
H A Dsch_api.c1032 n->nlmsg_flags & NLM_F_ECHO); in qdisc_get_notify()
1067 n->nlmsg_flags & NLM_F_ECHO); in qdisc_notify()
2052 n->nlmsg_flags & NLM_F_ECHO); in tclass_get_notify()
2075 n->nlmsg_flags & NLM_F_ECHO); in tclass_del_notify()
2111 n->nlmsg_flags & NLM_F_ECHO);
H A Dact_api.c1825 n->nlmsg_flags & NLM_F_ECHO);
2022 n->nlmsg_flags & NLM_F_ECHO); in tca_action_gd()
2111 n->nlmsg_flags & NLM_F_ECHO); in tcf_action_add()
H A Dcls_api.c2183 n->nlmsg_flags & NLM_F_ECHO); in tfilter_notify()
2214 n->nlmsg_flags & NLM_F_ECHO); in tfilter_del_notify()
3056 flags & NLM_F_ECHO); in tc_chain_notify()
3083 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, flags & NLM_F_ECHO); in tc_chain_notify_delete()
/linux/tools/lib/bpf/
H A Dnetlink.c708 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()
/linux/net/netlink/
H A Dgenetlink.c1146 if (flags & ~(NLM_F_REQUEST | NLM_F_ACK | NLM_F_ECHO)) { in genl_header_check()
/linux/net/openvswitch/
H A Ddatapath.c73 * 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()