Searched refs:NLM_F_EXCL (Results 1 – 25 of 48) sorted by relevance
12
/external/strace/xlat/ |
D | netlink_new_flags.h | 20 #if defined(NLM_F_EXCL) || (defined(HAVE_DECL_NLM_F_EXCL) && HAVE_DECL_NLM_F_EXCL) 21 XLAT(NLM_F_EXCL),
|
D | netlink_new_flags.in | 2 NLM_F_EXCL
|
/external/libnl/include/netlink/ |
D | netlink-kernel.h | 129 #define NLM_F_EXCL 0x200
|
/external/libnetfilter_conntrack/examples/ |
D | nfexp-mnl-event.c | 17 if (nlh->nlmsg_flags & (NLM_F_CREATE|NLM_F_EXCL)) in data_cb()
|
D | nfct-mnl-event.c | 17 if (nlh->nlmsg_flags & (NLM_F_CREATE|NLM_F_EXCL)) in data_cb()
|
D | nfct-mnl-create.c | 36 nlh->nlmsg_flags = NLM_F_REQUEST|NLM_F_CREATE|NLM_F_EXCL|NLM_F_ACK; in main()
|
/external/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()
|
/external/strace/tests/ |
D | nfnetlink_ctnetlink_exp.c | 74 nlh.nlmsg_flags = NLM_F_REQUEST | NLM_F_EXCL; in test_nlmsg_flags()
|
/external/strace/tests-m32/ |
D | nfnetlink_ctnetlink_exp.c | 74 nlh.nlmsg_flags = NLM_F_REQUEST | NLM_F_EXCL; in test_nlmsg_flags()
|
/external/strace/tests-mx32/ |
D | nfnetlink_ctnetlink_exp.c | 74 nlh.nlmsg_flags = NLM_F_REQUEST | NLM_F_EXCL; in test_nlmsg_flags()
|
/external/libnetfilter_conntrack/src/ |
D | callback.c | 20 if (flags & (NLM_F_CREATE|NLM_F_EXCL)) in __parse_message()
|
/external/iproute2/tc/ |
D | tc_filter.c | 246 !(n->nlmsg_flags & NLM_F_EXCL)) in print_filter() 251 (n->nlmsg_flags & NLM_F_EXCL)) in print_filter() 632 return tc_filter_modify(RTM_NEWTFILTER, NLM_F_EXCL|NLM_F_CREATE, in do_filter()
|
D | tc_qdisc.c | 241 (n->nlmsg_flags & NLM_F_EXCL)) in print_qdisc() 377 return tc_qdisc_modify(RTM_NEWQDISC, NLM_F_EXCL|NLM_F_CREATE, argc-1, argv+1); in do_qdisc()
|
/external/iproute2/include/uapi/linux/ |
D | netlink.h | 69 #define NLM_F_EXCL 0x200 /* Do not touch, if it exists */ macro
|
/external/libnl/include/linux-private/linux/ |
D | netlink.h | 69 #define NLM_F_EXCL 0x200 /* Do not touch, if it exists */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | netlink.h | 69 #define NLM_F_EXCL 0x200 /* Do not touch, if it exists */ macro
|
/external/libnetfilter_conntrack/src/expect/ |
D | parse.c | 19 if (flags & (NLM_F_CREATE|NLM_F_EXCL)) in __parse_expect_message_type()
|
/external/iproute2/ip/ |
D | ipaddrlabel.c | 143 req.n.nlmsg_flags |= NLM_F_CREATE|NLM_F_EXCL; in ipaddrlabel_modify()
|
/external/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()
|
/external/libnl/lib/route/ |
D | qdisc.c | 193 if (flags & (NLM_F_CREATE | NLM_F_EXCL)) { in rtnl_qdisc_build_update_request()
|
12