Searched refs:NLM_F_EXCL (Results 1 – 21 of 21) sorted by relevance
/external/libnl/include/netlink/ |
D | netlink-kernel.h | 129 #define NLM_F_EXCL 0x200 macro
|
/external/libnl/src/ |
D | nl-neigh-add.c | 86 case ARG_CREATE_ONLY: nlflags |= NLM_F_EXCL; break; in main()
|
/external/libnl/include/linux/ |
D | netlink.h | 62 #define NLM_F_EXCL 0x200 /* Do not touch, if it exists */ macro
|
/external/iproute2/include/linux/ |
D | netlink.h | 67 #define NLM_F_EXCL 0x200 /* Do not touch, if it exists */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | netlink.h | 67 #define NLM_F_EXCL 0x200 /* Do not touch, if it exists */ macro
|
/external/iproute2/ip/ |
D | ipaddrlabel.c | 149 req.n.nlmsg_flags |= NLM_F_CREATE|NLM_F_EXCL; in ipaddrlabel_modify()
|
D | ipneigh.c | 489 return ipneigh_modify(RTM_NEWNEIGH, NLM_F_CREATE|NLM_F_EXCL, argc-1, argv+1); in do_ipneigh()
|
D | iprule.c | 356 req.n.nlmsg_flags |= NLM_F_CREATE|NLM_F_EXCL; in iprule_modify()
|
D | iproute.c | 1824 return iproute_modify(RTM_NEWROUTE, NLM_F_CREATE|NLM_F_EXCL, in do_iproute() 1839 return iproute_modify(RTM_NEWROUTE, NLM_F_EXCL, in do_iproute()
|
D | iplink.c | 1239 NLM_F_CREATE|NLM_F_EXCL, in do_iplink()
|
D | ipaddress.c | 1974 return ipaddr_modify(RTM_NEWADDR, NLM_F_CREATE|NLM_F_EXCL, argc-1, argv+1); in do_ipaddr()
|
/external/iproute2/bridge/ |
D | mdb.c | 264 return mdb_modify(RTM_NEWMDB, NLM_F_CREATE|NLM_F_EXCL, argc-1, argv+1); in do_mdb()
|
D | fdb.c | 382 return fdb_modify(RTM_NEWNEIGH, NLM_F_CREATE|NLM_F_EXCL, argc-1, argv+1); in do_fdb()
|
/external/iproute2/tc/ |
D | tc_qdisc.c | 344 return tc_qdisc_modify(RTM_NEWQDISC, NLM_F_EXCL|NLM_F_CREATE, argc-1, argv+1); in do_qdisc()
|
D | tc_filter.c | 387 return tc_filter_modify(RTM_NEWTFILTER, NLM_F_EXCL|NLM_F_CREATE, argc-1, argv+1); in do_filter()
|
D | tc_class.c | 480 return tc_class_modify(RTM_NEWTCLASS, NLM_F_EXCL|NLM_F_CREATE, argc-1, argv+1); in do_class()
|
D | m_action.c | 623 ret = tc_action_modify(RTM_NEWACTION, NLM_F_EXCL|NLM_F_CREATE, &argc, &argv); in do_action()
|
D | q_cbq.c | 383 if (wrr.priority == 0 && (n->nlmsg_flags&NLM_F_EXCL)) { in cbq_parse_class_opt()
|
/external/libnl/lib/netfilter/ |
D | ct.c | 279 if (nlh->nlmsg_flags & (NLM_F_CREATE|NLM_F_EXCL)) in nfnlmsg_ct_group()
|
/external/toybox/toys/pending/ |
D | ip.c | 581 request.mhdr.nlmsg_flags |= NLM_F_CREATE|NLM_F_EXCL; in linkupdate() 2031 return route_update(++argv , NLM_F_CREATE|NLM_F_EXCL); in iproute() 2050 return route_update(++argv , NLM_F_EXCL); in iproute() 2091 ((opt == RTM_DELRULE) ? 0 : NLM_F_CREATE | NLM_F_EXCL); in ruleupdate()
|
/external/dhcpcd-6.8.2/ |
D | if-linux.c | 1334 nlm.hdr.nlmsg_flags = NLM_F_CREATE | NLM_F_EXCL; in if_route() 1534 nlm.hdr.nlmsg_flags = NLM_F_CREATE | NLM_F_EXCL; in if_route6()
|