Home
last modified time | relevance | path

Searched refs:NLM_F_ACK (Results 1 – 25 of 27) sorted by relevance

12

/third_party/ltp/lib/
Dtst_crypto.c74 .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()
Dtst_rtnetlink.c371 if (!(msg->nlmsg_flags & NLM_F_ACK)) in tst_rtnl_check_acks()
Dtst_netdevice.c24 .nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK | flags, in create_request()
/third_party/libbpf/src/
Dnetlink.c250 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/
Dnetlink.h17 #define NLM_F_ACK 4 macro
/third_party/libbpf/include/uapi/linux/
Dnetlink.h56 #define NLM_F_ACK 0x04 /* Reply with ack, with zero or error code */ macro
/third_party/ltp/doc/
Dnetwork-c-api.txt367 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/
Dip.c630 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/
Droute-change-netlink.c207 nlh->nlmsg_flags = NLM_F_ACK; in rtnl_route()
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt1588 NLM_F_ACK
Dandroid.txt1628 NLM_F_ACK
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dnetlink.rs68 pub const NLM_F_ACK: u32 = 4; constant
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dnetlink.rs69 pub const NLM_F_ACK: u32 = 4; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dnetlink.rs69 pub const NLM_F_ACK: u32 = 4; constant
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dnetlink.rs78 pub const NLM_F_ACK: u32 = 4; constant
/third_party/rust/crates/linux-raw-sys/src/x32/
Dnetlink.rs69 pub const NLM_F_ACK: u32 = 4; constant
/third_party/rust/crates/linux-raw-sys/src/riscv32/
Dnetlink.rs68 pub const NLM_F_ACK: u32 = 4; constant
/third_party/rust/crates/linux-raw-sys/src/arm/
Dnetlink.rs69 pub const NLM_F_ACK: u32 = 4; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc/
Dnetlink.rs69 pub const NLM_F_ACK: u32 = 4; constant
/third_party/rust/crates/linux-raw-sys/src/mips/
Dnetlink.rs78 pub const NLM_F_ACK: u32 = 4; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dnetlink.rs69 pub const NLM_F_ACK: u32 = 4; constant
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dnetlink.rs69 pub const NLM_F_ACK: u32 = 4; constant
/third_party/rust/crates/linux-raw-sys/src/x86/
Dnetlink.rs69 pub const NLM_F_ACK: u32 = 4; constant
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dnetlink.rs69 pub const NLM_F_ACK: u32 = 4; constant
/third_party/rust/crates/linux-raw-sys/src/sparc64/
Dnetlink.rs69 pub const NLM_F_ACK: u32 = 4; constant

12