Home
last modified time | relevance | path

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

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