Searched refs:NLM_F_EXCL (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Dnetlink.h57 #define NLM_F_EXCL 0x200 /* Do not touch, if it exists */ macro
62 4.4BSD ADD NLM_F_CREATE|NLM_F_EXCL
67 Check NLM_F_EXCL
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnetlink.h60 #define NLM_F_EXCL 0x200 /* Do not touch, if it exists */ macro
65 4.4BSD ADD NLM_F_CREATE|NLM_F_EXCL
70 Check NLM_F_EXCL
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dtc_class.c301 return tc_class_modify(RTM_NEWTCLASS, NLM_F_EXCL|NLM_F_CREATE, argc-1, argv+1);
H A Dtc_filter.c352 return tc_filter_modify(RTM_NEWTFILTER, NLM_F_EXCL|NLM_F_CREATE, argc-1, argv+1);
H A Dtc_qdisc.c303 return tc_qdisc_modify(RTM_NEWQDISC, NLM_F_EXCL|NLM_F_CREATE, argc-1, argv+1);
H A Dm_action.c567 ret = tc_action_modify(RTM_NEWACTION, NLM_F_EXCL|NLM_F_CREATE, &argc, &argv);
H A Dq_cbq.c359 if (wrr.priority == 0 && (n->nlmsg_flags&NLM_F_EXCL)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_osf.c101 if (nlh->nlmsg_flags & NLM_F_EXCL)
H A Dnf_conntrack_netlink.c491 flags = NLM_F_CREATE|NLM_F_EXCL;
1468 if (!(nlh->nlmsg_flags & NLM_F_EXCL)) {
1634 flags = NLM_F_CREATE|NLM_F_EXCL;
1994 if (!(nlh->nlmsg_flags & NLM_F_EXCL))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/libiproute/
H A Diprule.c220 req.n.nlmsg_flags |= NLM_F_CREATE|NLM_F_EXCL;
H A Diproute.c849 flags = NLM_F_CREATE|NLM_F_EXCL;
871 flags = NLM_F_EXCL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Dipneigh.c444 return ipneigh_modify(RTM_NEWNEIGH, NLM_F_CREATE|NLM_F_EXCL, argc-1, argv+1);
H A Diprule.c211 req.n.nlmsg_flags |= NLM_F_CREATE|NLM_F_EXCL;
H A Diproute.c1399 return iproute_modify(RTM_NEWROUTE, NLM_F_CREATE|NLM_F_EXCL,
1414 return iproute_modify(RTM_NEWROUTE, NLM_F_EXCL,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_api.c1065 if (n->nlmsg_flags&NLM_F_EXCL)
1099 ((n->nlmsg_flags&NLM_F_EXCL) ||
1114 if (n->nlmsg_flags&NLM_F_EXCL)
1420 if (n->nlmsg_flags&NLM_F_EXCL)
H A Dcls_api.c298 if (n->nlmsg_flags & NLM_F_EXCL) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/decnet/
H A Ddn_table.c569 if (n->nlmsg_flags & NLM_F_EXCL)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dfib_hash.c429 if (cfg->fc_nlflags & NLM_F_EXCL)
H A Dfib_trie.c1238 if (cfg->fc_nlflags & NLM_F_EXCL)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Drtnetlink.c1508 if (nlh->nlmsg_flags & NLM_F_EXCL)
H A Dneighbour.c1661 if (nlh->nlmsg_flags & NLM_F_EXCL) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Daddrconf.c3488 if (nlh->nlmsg_flags & NLM_F_EXCL ||

Completed in 142 milliseconds