Searched refs:NLM_F_EXCL (Results 1 – 25 of 62) sorted by relevance
123
/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/syzkaller/sys/linux/ |
D | socket_netlink_386.const | 47 NLM_F_EXCL = 512
|
D | socket_netlink_ppc64le.const | 47 NLM_F_EXCL = 512
|
D | socket_netlink_amd64.const | 47 NLM_F_EXCL = 512
|
D | socket_netlink_arm64.const | 47 NLM_F_EXCL = 512
|
D | socket_netlink_arm.const | 47 NLM_F_EXCL = 512
|
/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 | 86 case ARG_CREATE_ONLY: nlflags |= NLM_F_EXCL; break; in main()
|
D | nl-route-add.c | 123 if ((err = rtnl_route_add(sock, route, NLM_F_EXCL)) < 0) in main()
|
D | nl-qdisc-add.c | 60 int err, flags = NLM_F_CREATE | NLM_F_EXCL; in main()
|
D | nl-class-add.c | 63 int err, flags = NLM_F_CREATE | NLM_F_EXCL; in main()
|
D | nl-cls-add.c | 63 int err, flags = NLM_F_CREATE | NLM_F_EXCL; in main()
|
/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/strace/tests/ |
D | nfnetlink_ctnetlink_exp.c | 74 nlh.nlmsg_flags = NLM_F_REQUEST | NLM_F_EXCL; in test_nlmsg_flags()
|
/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/libnetfilter_conntrack/src/ |
D | callback.c | 20 if (flags & (NLM_F_CREATE|NLM_F_EXCL)) in __parse_message()
|
/external/libnl/include/linux-private/linux/ |
D | netlink.h | 62 #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/iproute2/include/uapi/linux/ |
D | netlink.h | 69 #define NLM_F_EXCL 0x200 /* Do not touch, if it exists */ macro
|
123