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

/external/libnl/include/netlink/
H A Dnetlink-kernel.h129 #define NLM_F_EXCL 0x200 macro
/external/libnl/src/
H A Dnl-neigh-add.c86 case ARG_CREATE_ONLY: nlflags |= NLM_F_EXCL; break;
/external/libnl/include/linux/
H A Dnetlink.h62 #define NLM_F_EXCL 0x200 /* Do not touch, if it exists */ macro
67 4.4BSD ADD NLM_F_CREATE|NLM_F_EXCL
72 Check NLM_F_EXCL
/external/iproute2/include/linux/
H A Dnetlink.h65 #define NLM_F_EXCL 0x200 /* Do not touch, if it exists */ macro
70 4.4BSD ADD NLM_F_CREATE|NLM_F_EXCL
75 Check NLM_F_EXCL
/external/kernel-headers/original/uapi/linux/
H A Dnetlink.h66 #define NLM_F_EXCL 0x200 /* Do not touch, if it exists */ macro
71 4.4BSD ADD NLM_F_CREATE|NLM_F_EXCL
76 Check NLM_F_EXCL
/external/iproute2/ip/
H A Dipaddrlabel.c150 req.n.nlmsg_flags |= NLM_F_CREATE|NLM_F_EXCL;
H A Dipneigh.c447 return ipneigh_modify(RTM_NEWNEIGH, NLM_F_CREATE|NLM_F_EXCL, argc-1, argv+1);
H A Diprule.c259 req.n.nlmsg_flags |= NLM_F_CREATE|NLM_F_EXCL;
H A Diproute.c1550 return iproute_modify(RTM_NEWROUTE, NLM_F_CREATE|NLM_F_EXCL,
1565 return iproute_modify(RTM_NEWROUTE, NLM_F_EXCL,
H A Diplink.c949 NLM_F_CREATE|NLM_F_EXCL,
H A Dipaddress.c1249 return ipaddr_modify(RTM_NEWADDR, NLM_F_CREATE|NLM_F_EXCL, argc-1, argv+1);
/external/iproute2/tc/
H A Dtc_class.c314 return tc_class_modify(RTM_NEWTCLASS, NLM_F_EXCL|NLM_F_CREATE, argc-1, argv+1);
H A Dtc_filter.c357 return tc_filter_modify(RTM_NEWTFILTER, NLM_F_EXCL|NLM_F_CREATE, argc-1, argv+1);
H A Dtc_qdisc.c339 return tc_qdisc_modify(RTM_NEWQDISC, NLM_F_EXCL|NLM_F_CREATE, argc-1, argv+1);
H A Dm_action.c602 ret = tc_action_modify(RTM_NEWACTION, NLM_F_EXCL|NLM_F_CREATE, &argc, &argv);
H A Dq_cbq.c383 if (wrr.priority == 0 && (n->nlmsg_flags&NLM_F_EXCL)) {
/external/libnl/lib/netfilter/
H A Dct.c279 if (nlh->nlmsg_flags & (NLM_F_CREATE|NLM_F_EXCL))

Completed in 2232 milliseconds