Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dnetlink.h55 #define NLM_F_ECHO 8 /* Echo this request */ macro
/linux-4.1.27/net/sched/
Dact_api.c816 n->nlmsg_flags & NLM_F_ECHO); in tca_action_flush()
855 n->nlmsg_flags & NLM_F_ECHO); in tcf_del_notify()
922 n->nlmsg_flags & NLM_F_ECHO); in tcf_add_notify()
Dcls_api.c405 n->nlmsg_flags & NLM_F_ECHO); in tfilter_notify()
Dsch_api.c1423 n->nlmsg_flags & NLM_F_ECHO); in qdisc_notify()
1715 n->nlmsg_flags & NLM_F_ECHO); in tclass_notify()
/linux-4.1.27/include/net/
Dnetlink.h420 return !!(nlh->nlmsg_flags & NLM_F_ECHO); in nlmsg_report()
/linux-4.1.27/net/openvswitch/
Ddatapath.c87 return info->nlhdr->nlmsg_flags & NLM_F_ECHO || in ovs_must_notify()