Home
last modified time | relevance | path

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

/Linux-v5.15/tools/include/uapi/linux/
Dnetlink.h57 #define NLM_F_ECHO 0x08 /* Echo this request */ macro
/Linux-v5.15/include/uapi/linux/
Dnetlink.h57 #define NLM_F_ECHO 0x08 /* Echo this request */ macro
/Linux-v5.15/tools/lib/bpf/
Dnetlink.c531 return __get_tc_info(cookie, tc, tb, nh->nlmsg_flags & NLM_F_ECHO); in get_tc_info()
592 NLM_F_ECHO | flags; in bpf_tc_attach()
/Linux-v5.15/net/sched/
Dact_api.c1353 n->nlmsg_flags & NLM_F_ECHO); in tca_action_flush()
1423 n->nlmsg_flags & NLM_F_ECHO); in tcf_del_notify()
1494 n->nlmsg_flags & NLM_F_ECHO); in tcf_add_notify()
Dsch_api.c997 n->nlmsg_flags & NLM_F_ECHO); in qdisc_notify()
1865 n->nlmsg_flags & NLM_F_ECHO); in tclass_notify()
1898 n->nlmsg_flags & NLM_F_ECHO); in tclass_del_notify()
Dcls_api.c1869 n->nlmsg_flags & NLM_F_ECHO); in tfilter_notify()
1905 n->nlmsg_flags & NLM_F_ECHO); in tfilter_del_notify()
2710 flags & NLM_F_ECHO); in tc_chain_notify()
2737 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, flags & NLM_F_ECHO); in tc_chain_notify_delete()
/Linux-v5.15/include/net/
Dnetlink.h888 return nlh ? !!(nlh->nlmsg_flags & NLM_F_ECHO) : 0; in nlmsg_report()
/Linux-v5.15/net/openvswitch/
Ddatapath.c75 return info->nlhdr->nlmsg_flags & NLM_F_ECHO || in ovs_must_notify()