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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dnetlink.h40 #define NLM_F_ECHO 8 /* Echo this request */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dnetlink.h40 #define NLM_F_ECHO 8 /* Echo this request */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/decnet/
H A Ddn_table.c350 if (nlh->nlmsg_flags & NLM_F_ECHO)
353 if (nlh->nlmsg_flags & NLM_F_ECHO)
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dfib_hash.c883 if (n->nlmsg_flags&NLM_F_ECHO)
886 if (n->nlmsg_flags&NLM_F_ECHO)
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dcls_api.c331 return rtnetlink_send(skb, pid, RTMGRP_TC, n->nlmsg_flags&NLM_F_ECHO);
H A Dsch_api.c785 return rtnetlink_send(skb, pid, RTMGRP_TC, n->nlmsg_flags&NLM_F_ECHO);
994 return rtnetlink_send(skb, pid, RTMGRP_TC, n->nlmsg_flags&NLM_F_ECHO);

Completed in 66 milliseconds