Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/core-api/
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-6.12.1/tools/include/uapi/linux/
Dnetlink.h57 #define NLM_F_ECHO 0x08 /* Echo this request */ macro
/linux-6.12.1/include/uapi/linux/
Dnetlink.h65 #define NLM_F_ECHO 0x08 /* Receive resulting notifications */ macro
/linux-6.12.1/include/linux/
Drtnetlink.h175 return (nlflags & NLM_F_ECHO) || rtnl_has_listeners(net, group); in rtnl_notify_needed()
/linux-6.12.1/net/sched/
Dsch_api.c1024 n->nlmsg_flags & NLM_F_ECHO); in qdisc_get_notify()
1059 n->nlmsg_flags & NLM_F_ECHO); in qdisc_notify()
1987 n->nlmsg_flags & NLM_F_ECHO); in tclass_notify()
2008 n->nlmsg_flags & NLM_F_ECHO); in tclass_get_notify()
2045 n->nlmsg_flags & NLM_F_ECHO); in tclass_del_notify()
Dact_api.c1789 n->nlmsg_flags & NLM_F_ECHO); in tca_action_flush()
1981 n->nlmsg_flags & NLM_F_ECHO); in tcf_del_notify()
2069 n->nlmsg_flags & NLM_F_ECHO); in tcf_add_notify()
Dcls_api.c2140 n->nlmsg_flags & NLM_F_ECHO); in tfilter_notify()
2176 n->nlmsg_flags & NLM_F_ECHO); in tfilter_del_notify()
2997 flags & NLM_F_ECHO); in tc_chain_notify()
3024 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, flags & NLM_F_ECHO); in tc_chain_notify_delete()
/linux-6.12.1/tools/lib/bpf/
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()
/linux-6.12.1/include/net/
Dnetlink.h918 return nlh ? !!(nlh->nlmsg_flags & NLM_F_ECHO) : 0; in nlmsg_report()
/linux-6.12.1/net/netlink/
Dgenetlink.c1147 if (flags & ~(NLM_F_REQUEST | NLM_F_ACK | NLM_F_ECHO)) { in genl_header_check()
/linux-6.12.1/Documentation/userspace-api/netlink/
Dintro.rst635 ``NLM_F_ECHO`` requests for notifications resulting from the request
/linux-6.12.1/net/openvswitch/
Ddatapath.c77 return info->nlhdr->nlmsg_flags & NLM_F_ECHO || in ovs_must_notify()