Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dnetlink.h57 #define NLM_F_ECHO 0x08 /* Echo this request */ macro
/Linux-v5.4/tools/include/uapi/linux/
Dnetlink.h57 #define NLM_F_ECHO 0x08 /* Echo this request */ macro
/Linux-v5.4/net/sched/
Dact_api.c1199 n->nlmsg_flags & NLM_F_ECHO); in tca_action_flush()
1271 n->nlmsg_flags & NLM_F_ECHO); in tcf_del_notify()
1345 n->nlmsg_flags & NLM_F_ECHO); in tcf_add_notify()
Dsch_api.c980 n->nlmsg_flags & NLM_F_ECHO); in qdisc_notify()
1849 n->nlmsg_flags & NLM_F_ECHO); in tclass_notify()
1884 n->nlmsg_flags & NLM_F_ECHO); in tclass_del_notify()
Dcls_api.c1858 n->nlmsg_flags & NLM_F_ECHO); in tfilter_notify()
1897 n->nlmsg_flags & NLM_F_ECHO); in tfilter_del_notify()
2687 flags & NLM_F_ECHO); in tc_chain_notify()
2716 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, flags & NLM_F_ECHO); in tc_chain_notify_delete()
/Linux-v5.4/include/net/
Dnetlink.h823 return !!(nlh->nlmsg_flags & NLM_F_ECHO); in nlmsg_report()
/Linux-v5.4/net/openvswitch/
Ddatapath.c74 return info->nlhdr->nlmsg_flags & NLM_F_ECHO || in ovs_must_notify()