Searched refs:NLM_F_REPLACE (Results 1 – 16 of 16) sorted by relevance
/third_party/libnl/src/ |
D | nl-qdisc-add.c | 109 case ARG_REPLACE: flags = NLM_F_CREATE | NLM_F_REPLACE; break; in main() 111 case ARG_REPLACE_ONLY: flags = NLM_F_REPLACE; break; in main()
|
D | nl-neigh-add.c | 56 int err, ok = 0, nlflags = NLM_F_REPLACE | NLM_F_CREATE; in main()
|
D | nl-addr-add.c | 97 case ARG_REPLACE: nlflags |= NLM_F_REPLACE; break; in main()
|
D | nf-exp-add.c | 143 case ARG_REPLACE: nlflags |= NLM_F_REPLACE; break; in main()
|
/third_party/libnl/include/netlink/ |
D | netlink-kernel.h | 124 #define NLM_F_REPLACE 0x100
|
/third_party/libnl/lib/route/ |
D | qdisc.c | 501 return rtnl_qdisc_build_update_request(qdisc, new, NLM_F_REPLACE, in rtnl_qdisc_build_change_request() 515 return rtnl_qdisc_update(sk, qdisc, new, NLM_F_REPLACE); in rtnl_qdisc_change()
|
D | cls.c | 212 return cls_build(cls, RTM_NEWTFILTER, NLM_F_REPLACE | flags, result); in rtnl_cls_build_change_request()
|
D | act.c | 289 return act_build(act, RTM_NEWACTION, NLM_F_REPLACE | flags, result); in rtnl_act_build_change_request()
|
/third_party/libnl/include/linux-private/linux/ |
D | netlink.h | 68 #define NLM_F_REPLACE 0x100 /* Override existing */ macro
|
/third_party/ltp/testcases/network/stress/route/ |
D | route-change-netlink.c | 209 nlh->nlmsg_flags |= NLM_F_REQUEST | NLM_F_CREATE | NLM_F_REPLACE; in rtnl_route()
|
/third_party/libnl/python/netlink/ |
D | core.py | 90 NLM_F_REPLACE = 0x100 variable
|
/third_party/libnl/lib/xfrm/ |
D | ae.c | 439 if ((err = build_xfrm_ae_message(ae, XFRM_MSG_NEWAE, flags|NLM_F_REPLACE, &msg)) < 0) in xfrmnl_ae_set()
|
/third_party/toybox/toys/pending/ |
D | ip.c | 2146 return route_update(++argv , NLM_F_REPLACE); in iproute() 2158 return route_update(++argv , NLM_F_CREATE|NLM_F_REPLACE); in iproute()
|
/third_party/iptables/iptables/ |
D | nft.c | 2847 NLM_F_CREATE | NLM_F_REPLACE, in nft_action()
|
/third_party/libnl/doc/ |
D | core.txt | 536 #define NLM_F_REPLACE 0x100 542 - `NLM_F_REPLACE` - Replace an existing object if it exists.
|
D | route.txt | 1800 NLM_F_REPLACE:: If another qdisc is already attached to the same
|