Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dnetlink.h50 #define NLM_F_ECHO 8 /* Echo this request */ macro
/linux-2.6.39/net/sched/
Dact_api.c826 n->nlmsg_flags & NLM_F_ECHO); in tca_action_flush()
897 n->nlmsg_flags & NLM_F_ECHO); in tca_action_gd()
941 err = rtnetlink_send(skb, net, pid, RTNLGRP_TC, flags & NLM_F_ECHO); in tcf_add_notify()
Dcls_api.c393 n->nlmsg_flags & NLM_F_ECHO); in tfilter_notify()
Dsch_api.c1262 n->nlmsg_flags & NLM_F_ECHO); in qdisc_notify()
1544 n->nlmsg_flags & NLM_F_ECHO); in tclass_notify()
/linux-2.6.39/include/net/
Dnetlink.h423 return !!(nlh->nlmsg_flags & NLM_F_ECHO); in nlmsg_report()