Home
last modified time | relevance | path

Searched refs:NLM_F_MULTI (Results 1 - 7 of 7) sorted by relevance

/third_party/ltp/testcases/cve/
H A Dcve-2017-16939.c44 xfrm_msg.nlmsg_flags = NLM_F_MATCH | NLM_F_MULTI | NLM_F_REQUEST; in setup()
/third_party/musl/src/network/
H A Dnetlink.h16 #define NLM_F_MULTI 2 macro
/third_party/libbpf/include/uapi/linux/
H A Dnetlink.h55 #define NLM_F_MULTI 0x02 /* Multipart message, terminated by NLMSG_DONE */ macro
/third_party/ltp/lib/
H A Dtst_rtnetlink.c136 if (ctx->curmsg->nlmsg_flags & NLM_F_MULTI) { in tst_rtnl_send()
142 /* NLMSG_DONE message must not have NLM_F_MULTI flag */ in tst_rtnl_send()
262 extra_flags = NLM_F_MULTI; in tst_rtnl_add_message()
/third_party/libbpf/src/
H A Dnetlink.c184 if (nh->nlmsg_flags & NLM_F_MULTI) in libbpf_netlink_recv()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1791 pub const NLM_F_MULTI: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2769 pub const NLM_F_MULTI: ::c_int = 2; consts

Completed in 23 milliseconds