Searched refs:NLM_F_EXCL (Results 1 – 19 of 19) sorted by relevance
/third_party/ltp/lib/ |
D | tst_netdevice.c | 137 NLM_F_CREATE | NLM_F_EXCL, &info, sizeof(info)); in tst_create_veth_pair() 181 NLM_F_CREATE | NLM_F_EXCL, &info, sizeof(info)); in tst_netdev_add_device() 293 NLM_F_CREATE | NLM_F_EXCL, ifname, family, address, prefix, in tst_netdev_add_address() 484 NLM_F_CREATE | NLM_F_EXCL, ifname, family, srcaddr, srcprefix, in tst_netdev_add_route() 493 NLM_F_CREATE | NLM_F_EXCL, ifname, srcaddr, srcprefix, dstaddr, in tst_netdev_add_route_inet()
|
/third_party/libnl/include/netlink/ |
D | netlink-kernel.h | 129 #define NLM_F_EXCL 0x200
|
/third_party/libnl/src/ |
D | nl-neigh-add.c | 89 case ARG_CREATE_ONLY: nlflags |= NLM_F_EXCL; break; in main()
|
D | nf-ct-events.c | 53 if (flags & (NLM_F_CREATE|NLM_F_EXCL)) { in nf_conntrack_event_callback()
|
D | nl-route-add.c | 126 if ((err = rtnl_route_add(sock, route, NLM_F_EXCL)) < 0) in main()
|
D | nl-qdisc-add.c | 63 int err, flags = NLM_F_CREATE | NLM_F_EXCL; in main()
|
D | nl-class-add.c | 66 int err, flags = NLM_F_CREATE | NLM_F_EXCL; in main()
|
D | nl-cls-add.c | 66 int err, flags = NLM_F_CREATE | NLM_F_EXCL; in main()
|
/third_party/libnl/include/linux-private/linux/ |
D | netlink.h | 69 #define NLM_F_EXCL 0x200 /* Do not touch, if it exists */ macro
|
/third_party/libnl/lib/route/link/ |
D | veth.c | 291 err = rtnl_link_add(sock, link, NLM_F_CREATE | NLM_F_EXCL); in rtnl_link_veth_add()
|
/third_party/libnl/lib/route/ |
D | qdisc.c | 193 if (flags & (NLM_F_CREATE | NLM_F_EXCL)) { in rtnl_qdisc_build_update_request()
|
/third_party/libnl/lib/netfilter/ |
D | exp.c | 214 if (nlh->nlmsg_flags & (NLM_F_CREATE|NLM_F_EXCL)) in nfnlmsg_exp_group()
|
D | ct.c | 289 if (nlh->nlmsg_flags & (NLM_F_CREATE|NLM_F_EXCL)) in nfnlmsg_ct_group()
|
/third_party/libnl/python/netlink/ |
D | core.py | 91 NLM_F_EXCL = 0x200 variable
|
/third_party/toybox/toys/pending/ |
D | ip.c | 630 request.mhdr.nlmsg_flags |= NLM_F_CREATE|NLM_F_EXCL; in linkupdate() 2141 return route_update(++argv , NLM_F_CREATE|NLM_F_EXCL); in iproute() 2160 return route_update(++argv , NLM_F_EXCL); in iproute() 2201 ((opt == RTM_DELRULE) ? 0 : NLM_F_CREATE | NLM_F_EXCL); in ruleupdate()
|
/third_party/libnl/doc/ |
D | route.txt | 136 - +NLM_F_EXCL+ Return +EEXIST+ if link already exists 144 - +EEXIST+ if +NLM_F_EXCL+ was set and the link exists alraedy 1794 NLM_F_EXCL is specified. 1803 NLM_F_EXCL:: Return -NLE_EXISTS if a qdisc with matching handles
|
D | core.txt | 537 #define NLM_F_EXCL 0x200 543 - `NLM_F_EXCL` - Do not update object if it exists already.
|
/third_party/ltp/doc/ |
D | network-c-api.txt | 454 NLM_F_EXCL
|
/third_party/iptables/iptables/ |
D | nft.c | 2812 NLM_F_EXCL, n->seq, in nft_action()
|