Home
last modified time | relevance | path

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

/third_party/musl/src/network/
H A Dnetlink.h26 #define NLMSG_DONE 0x3 macro
H A Dnetlink.c34 if (h->nlmsg_type == NLMSG_DONE) return 0; in __netlink_enumerate()
/third_party/ltp/testcases/kernel/connectors/pec/
H A Dpec_listener.c92 nlhdr->nlmsg_type = NLMSG_DONE; in netlink_send()
344 case NLMSG_DONE: in main()
/third_party/libbpf/include/uapi/linux/
H A Dnetlink.h55 #define NLM_F_MULTI 0x02 /* Multipart message, terminated by NLMSG_DONE */
104 #define NLMSG_DONE 0x3 /* End of a dump */ macro
/third_party/ltp/testcases/kernel/crypto/
H A Dcrypto_user01.c145 if (nh->nlmsg_type == NLMSG_DONE) in validate_alg_list()
/third_party/ltp/lib/
H A Dtst_rtnetlink.c137 struct nlmsghdr eom = { .nlmsg_type = NLMSG_DONE }; in tst_rtnl_send()
142 /* NLMSG_DONE message must not have NLM_F_MULTI flag */ in tst_rtnl_send()
/third_party/toybox/toys/pending/
H A Dip.c1262 if (addr_ptr->nlmsg_type == NLMSG_DONE) in ipaddrupdate()
1453 if ((addr_ptr->nlmsg_type == NLMSG_DONE) || in ipaddr_print()
1458 if ((addr_ptr->nlmsg_type == NLMSG_DONE) || in ipaddr_print()
1750 case NLMSG_DONE: in display_route_info()
2807 case NLMSG_DONE: in filter_nlmesg()
/third_party/libbpf/src/
H A Dnetlink.c194 case NLMSG_DONE: in libbpf_netlink_recv()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1808 pub const NLMSG_DONE: ::c_int = 0x3; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2318 pub const NLMSG_DONE: ::c_int = 0x3; consts

Completed in 51 milliseconds