Searched refs:NLM_F_REPLACE (Results 1 – 25 of 48) sorted by relevance
12
/external/strace/tests-mx32/ |
D | netlink_xfrm.c | 71 nlh.nlmsg_flags = NLM_F_REPLACE; in test_nlmsg_flags() 87 nlh.nlmsg_flags = NLM_F_ECHO | NLM_F_REPLACE; in test_nlmsg_flags() 92 fd, nlh.nlmsg_len, NLM_F_REPLACE, in test_nlmsg_flags()
|
D | netlink_crypto.c | 73 nlh.nlmsg_flags = NLM_F_ECHO | NLM_F_REPLACE; in test_nlmsg_flags() 89 nlh.nlmsg_flags = NLM_F_REPLACE; in test_nlmsg_flags() 94 fd, nlh.nlmsg_len, NLM_F_REPLACE, in test_nlmsg_flags()
|
D | nfnetlink_ctnetlink.c | 74 nlh.nlmsg_flags = NLM_F_REQUEST | NLM_F_REPLACE; in test_nlmsg_flags()
|
D | nfnetlink_nftables.c | 74 nlh.nlmsg_flags = NLM_F_REQUEST | NLM_F_REPLACE; in test_nlmsg_flags()
|
D | nfnetlink_cthelper.c | 74 nlh.nlmsg_flags = NLM_F_REQUEST | NLM_F_REPLACE; in test_nlmsg_flags()
|
/external/strace/tests/ |
D | netlink_xfrm.c | 71 nlh.nlmsg_flags = NLM_F_REPLACE; in test_nlmsg_flags() 87 nlh.nlmsg_flags = NLM_F_ECHO | NLM_F_REPLACE; in test_nlmsg_flags() 92 fd, nlh.nlmsg_len, NLM_F_REPLACE, in test_nlmsg_flags()
|
D | netlink_crypto.c | 73 nlh.nlmsg_flags = NLM_F_ECHO | NLM_F_REPLACE; in test_nlmsg_flags() 89 nlh.nlmsg_flags = NLM_F_REPLACE; in test_nlmsg_flags() 94 fd, nlh.nlmsg_len, NLM_F_REPLACE, in test_nlmsg_flags()
|
D | nfnetlink_cthelper.c | 74 nlh.nlmsg_flags = NLM_F_REQUEST | NLM_F_REPLACE; in test_nlmsg_flags()
|
D | nfnetlink_ctnetlink.c | 74 nlh.nlmsg_flags = NLM_F_REQUEST | NLM_F_REPLACE; in test_nlmsg_flags()
|
D | nfnetlink_nftables.c | 74 nlh.nlmsg_flags = NLM_F_REQUEST | NLM_F_REPLACE; in test_nlmsg_flags()
|
/external/strace/tests-m32/ |
D | netlink_xfrm.c | 71 nlh.nlmsg_flags = NLM_F_REPLACE; in test_nlmsg_flags() 87 nlh.nlmsg_flags = NLM_F_ECHO | NLM_F_REPLACE; in test_nlmsg_flags() 92 fd, nlh.nlmsg_len, NLM_F_REPLACE, in test_nlmsg_flags()
|
D | netlink_crypto.c | 73 nlh.nlmsg_flags = NLM_F_ECHO | NLM_F_REPLACE; in test_nlmsg_flags() 89 nlh.nlmsg_flags = NLM_F_REPLACE; in test_nlmsg_flags() 94 fd, nlh.nlmsg_len, NLM_F_REPLACE, in test_nlmsg_flags()
|
D | nfnetlink_ctnetlink.c | 74 nlh.nlmsg_flags = NLM_F_REQUEST | NLM_F_REPLACE; in test_nlmsg_flags()
|
D | nfnetlink_cthelper.c | 74 nlh.nlmsg_flags = NLM_F_REQUEST | NLM_F_REPLACE; in test_nlmsg_flags()
|
D | nfnetlink_nftables.c | 74 nlh.nlmsg_flags = NLM_F_REQUEST | NLM_F_REPLACE; in test_nlmsg_flags()
|
/external/strace/xlat/ |
D | netlink_new_flags.h | 17 #if defined(NLM_F_REPLACE) || (defined(HAVE_DECL_NLM_F_REPLACE) && HAVE_DECL_NLM_F_REPLACE) 18 XLAT(NLM_F_REPLACE),
|
D | netlink_new_flags.in | 1 NLM_F_REPLACE
|
/external/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()
|
/external/iproute2/tc/ |
D | tc_qdisc.c | 236 (n->nlmsg_flags & NLM_F_REPLACE)) in print_qdisc() 381 return tc_qdisc_modify(RTM_NEWQDISC, NLM_F_CREATE|NLM_F_REPLACE, argc-1, argv+1); in do_qdisc() 383 return tc_qdisc_modify(RTM_NEWQDISC, NLM_F_REPLACE, argc-1, argv+1); in do_qdisc()
|
D | m_action.c | 421 !(n->nlmsg_flags & NLM_F_REPLACE)) { in print_action() 423 } else if (n->nlmsg_flags & NLM_F_REPLACE) { in print_action() 682 ret = tc_action_modify(RTM_NEWACTION, NLM_F_CREATE|NLM_F_REPLACE, &argc, &argv); in do_action()
|
/external/libnl/include/netlink/ |
D | netlink-kernel.h | 124 #define NLM_F_REPLACE 0x100
|
/external/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()
|
/external/iproute2/include/uapi/linux/ |
D | netlink.h | 68 #define NLM_F_REPLACE 0x100 /* Override existing */ macro
|
12