Home
last modified time | relevance | path

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

/openbmc/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``
/openbmc/linux/tools/include/uapi/linux/
H A Dnetlink.h57 #define NLM_F_ECHO 0x08 /* Echo this request */ macro
/openbmc/linux/include/uapi/linux/
H A Dnetlink.h65 #define NLM_F_ECHO 0x08 /* Receive resulting notifications */ macro
/openbmc/linux/tools/lib/bpf/
H A Dnetlink.c692 return __get_tc_info(cookie, tc, tb, nh->nlmsg_flags & NLM_F_ECHO); in get_tc_info()
754 NLM_F_ECHO | flags; in bpf_tc_attach()
/openbmc/linux/net/sched/
H A Dact_api.c1761 n->nlmsg_flags & NLM_F_ECHO); in tca_action_flush()
1921 n->nlmsg_flags & NLM_F_ECHO); in tcf_del_notify()
1992 n->nlmsg_flags & NLM_F_ECHO); in tcf_add_notify()
H A Dsch_api.c1031 n->nlmsg_flags & NLM_F_ECHO); in qdisc_notify()
1950 n->nlmsg_flags & NLM_F_ECHO); in tclass_notify()
1983 n->nlmsg_flags & NLM_F_ECHO); in tclass_del_notify()
H A Dcls_api.c2056 n->nlmsg_flags & NLM_F_ECHO); in tfilter_notify()
2092 n->nlmsg_flags & NLM_F_ECHO); in tfilter_del_notify()
2909 flags & NLM_F_ECHO); in tc_chain_notify()
2936 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, flags & NLM_F_ECHO); in tc_chain_notify_delete()
/openbmc/linux/include/net/
H A Dnetlink.h902 return nlh ? !!(nlh->nlmsg_flags & NLM_F_ECHO) : 0; in nlmsg_report()
/openbmc/linux/net/netlink/
H A Dgenetlink.c1003 if (flags & ~(NLM_F_REQUEST | NLM_F_ACK | NLM_F_ECHO)) { in genl_header_check()
/openbmc/linux/Documentation/userspace-api/netlink/
H A Dintro.rst631 ``NLM_F_ECHO`` requests for notifications resulting from the request
/openbmc/linux/net/openvswitch/
H A Ddatapath.c78 return info->nlhdr->nlmsg_flags & NLM_F_ECHO || in ovs_must_notify()