Home
last modified time | relevance | path

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

/Linux-v6.1/tools/include/uapi/linux/
Dnetlink.h57 #define NLM_F_ECHO 0x08 /* Echo this request */ macro
/Linux-v6.1/include/uapi/linux/
Dnetlink.h65 #define NLM_F_ECHO 0x08 /* Receive resulting notifications */ macro
/Linux-v6.1/tools/lib/bpf/
Dnetlink.c585 return __get_tc_info(cookie, tc, tb, nh->nlmsg_flags & NLM_F_ECHO); in get_tc_info()
647 NLM_F_ECHO | flags; in bpf_tc_attach()
/Linux-v6.1/net/sched/
Dact_api.c1743 n->nlmsg_flags & NLM_F_ECHO); in tca_action_flush()
1903 n->nlmsg_flags & NLM_F_ECHO); in tcf_del_notify()
1974 n->nlmsg_flags & NLM_F_ECHO); in tcf_add_notify()
Dsch_api.c1015 n->nlmsg_flags & NLM_F_ECHO); in qdisc_notify()
1869 n->nlmsg_flags & NLM_F_ECHO); in tclass_notify()
1902 n->nlmsg_flags & NLM_F_ECHO); in tclass_del_notify()
Dcls_api.c1894 n->nlmsg_flags & NLM_F_ECHO); in tfilter_notify()
1930 n->nlmsg_flags & NLM_F_ECHO); in tfilter_del_notify()
2732 flags & NLM_F_ECHO); in tc_chain_notify()
2759 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, flags & NLM_F_ECHO); in tc_chain_notify_delete()
/Linux-v6.1/include/net/
Dnetlink.h905 return nlh ? !!(nlh->nlmsg_flags & NLM_F_ECHO) : 0; in nlmsg_report()
/Linux-v6.1/net/netlink/
Dgenetlink.c788 if (flags & ~(NLM_F_REQUEST | NLM_F_ACK | NLM_F_ECHO)) { in genl_header_check()
/Linux-v6.1/Documentation/userspace-api/netlink/
Dintro.rst629 ``NLM_F_ECHO`` requests for notifications resulting from the request
/Linux-v6.1/net/openvswitch/
Ddatapath.c76 return info->nlhdr->nlmsg_flags & NLM_F_ECHO || in ovs_must_notify()