Home
last modified time | relevance | path

Searched refs:NLM_F_ACK (Results 1 - 10 of 10) sorted by relevance

/third_party/ltp/lib/
H A 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()
H A Dtst_rtnetlink.c371 if (!(msg->nlmsg_flags & NLM_F_ACK)) in tst_rtnl_check_acks()
H A Dtst_netdevice.c25 .nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK | flags, in create_request()
/third_party/musl/src/network/
H A Dnetlink.h17 #define NLM_F_ACK 4 macro
/third_party/libbpf/src/
H A Dnetlink.c295 req.nh.nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK; in __bpf_set_link_xdp_fd_replace()
594 req.nh.nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK | flags; in tc_qdisc_modify()
753 req.nh.nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK | NLM_F_CREATE | in bpf_tc_attach()
830 req.nh.nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK; in __bpf_tc_detach()
/third_party/libbpf/include/uapi/linux/
H A Dnetlink.h56 #define NLM_F_ACK 0x04 /* Reply with ack, with zero or error code */ macro
/third_party/toybox/toys/pending/
H A 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/
H A Droute-change-netlink.c205 nlh->nlmsg_flags = NLM_F_ACK; in rtnl_route()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1792 pub const NLM_F_ACK: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2770 pub const NLM_F_ACK: ::c_int = 4; consts

Completed in 29 milliseconds