/third_party/ltp/lib/ |
D | tst_crypto.c | 74 .nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK, in tst_crypto_add_alg() 92 .nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK, in tst_crypto_del_alg()
|
D | tst_rtnetlink.c | 371 if (!(msg->nlmsg_flags & NLM_F_ACK)) in tst_rtnl_check_acks()
|
D | tst_netdevice.c | 24 .nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK | flags, in create_request()
|
/third_party/libbpf/src/ |
D | netlink.c | 250 req.nh.nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK; in __bpf_set_link_xdp_fd_replace() 487 req.nh.nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK | flags; in tc_qdisc_modify() 646 req.nh.nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK | NLM_F_CREATE | in bpf_tc_attach() 722 req.nh.nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK; in __bpf_tc_detach()
|
/third_party/musl/src/network/ |
D | netlink.h | 17 #define NLM_F_ACK 4 macro
|
/third_party/libbpf/include/uapi/linux/ |
D | netlink.h | 56 #define NLM_F_ACK 0x04 /* Reply with ack, with zero or error code */ macro
|
/third_party/ltp/doc/ |
D | network-c-api.txt | 367 validates results of requests sent with the +NLM_F_ACK+ flag. This function 385 *response)+ – Validate results of requests sent with the +NLM_F_ACK+ flag. 388 result validation. Returns 1 if all messages sent with the +NLM_F_ACK+ flag 453 .nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK | NLM_F_CREATE |
|
/third_party/toybox/toys/pending/ |
D | ip.c | 630 request.mhdr.nlmsg_flags = NLM_F_REQUEST|NLM_F_ACK; in linkupdate() 971 request.mhdr.nlmsg_flags = NLM_F_REQUEST|NLM_F_ACK; in link_show() 1127 req.nlm.nlmsg_flags = NLM_F_REQUEST|NLM_F_ACK; in ipaddrupdate() 1725 mhdr->nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK; in display_route_info() 1792 request.mhdr.nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK; in route_get() 1860 mhdr->nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK; in route_get() 2024 req.hdr.nlmsg_flags = NLM_F_ACK| NLM_F_REQUEST | route_flags; in route_update() 2198 request.mhdr.nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK | in ruleupdate()
|
/third_party/ltp/testcases/network/stress/route/ |
D | route-change-netlink.c | 207 nlh->nlmsg_flags = NLM_F_ACK; in rtnl_route()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux.txt | 1588 NLM_F_ACK
|
D | android.txt | 1628 NLM_F_ACK
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | netlink.rs | 68 pub const NLM_F_ACK: u32 = 4; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | netlink.rs | 69 pub const NLM_F_ACK: u32 = 4; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | netlink.rs | 69 pub const NLM_F_ACK: u32 = 4; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | netlink.rs | 78 pub const NLM_F_ACK: u32 = 4; constant
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | netlink.rs | 69 pub const NLM_F_ACK: u32 = 4; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
D | netlink.rs | 68 pub const NLM_F_ACK: u32 = 4; constant
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | netlink.rs | 69 pub const NLM_F_ACK: u32 = 4; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | netlink.rs | 69 pub const NLM_F_ACK: u32 = 4; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
D | netlink.rs | 78 pub const NLM_F_ACK: u32 = 4; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | netlink.rs | 69 pub const NLM_F_ACK: u32 = 4; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | netlink.rs | 69 pub const NLM_F_ACK: u32 = 4; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | netlink.rs | 69 pub const NLM_F_ACK: u32 = 4; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | netlink.rs | 69 pub const NLM_F_ACK: u32 = 4; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
D | netlink.rs | 69 pub const NLM_F_ACK: u32 = 4; constant
|