Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dnetlink.h40 #define NLM_F_ECHO 8 /* Echo this request */ macro
/linux-2.4.37.9/net/ipv4/
Dfib_hash.c905 if (n->nlmsg_flags&NLM_F_ECHO) in rtmsg_fib()
908 if (n->nlmsg_flags&NLM_F_ECHO) in rtmsg_fib()
/linux-2.4.37.9/net/decnet/
Ddn_table.c350 if (nlh->nlmsg_flags & NLM_F_ECHO) in dn_rtmsg_fib()
353 if (nlh->nlmsg_flags & NLM_F_ECHO) in dn_rtmsg_fib()
/linux-2.4.37.9/net/sched/
Dcls_api.c331 return rtnetlink_send(skb, pid, RTMGRP_TC, n->nlmsg_flags&NLM_F_ECHO); in tfilter_notify()
Dsch_api.c790 return rtnetlink_send(skb, pid, RTMGRP_TC, n->nlmsg_flags&NLM_F_ECHO); in qdisc_notify()
1004 return rtnetlink_send(skb, pid, RTMGRP_TC, n->nlmsg_flags&NLM_F_ECHO); in tclass_notify()