Home
last modified time | relevance | path

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

/tools/testing/selftests/connector/
Dproc_filter.c51 hdr->nlmsg_type = NLMSG_DONE; in send_message()
143 } else if (hdr->nlmsg_type == NLMSG_DONE) { in handle_packet()
/tools/include/uapi/linux/
Dnetlink.h104 #define NLMSG_DONE 0x3 /* End of a dump */ macro
/tools/testing/vsock/
Dvsock_diag_test.c282 if (h->nlmsg_type == NLMSG_DONE) in read_vsock_stat()
/tools/net/ynl/lib/
Dynl.py32 NLMSG_DONE = 3 variable in Netlink
203 elif self.nl_type == Netlink.NLMSG_DONE:
Dynl.c301 [NLMSG_DONE] = ynl_cb_done,
/tools/testing/selftests/net/mptcp/
Dpm_nl_ctl.c234 if (nh->nlmsg_type == NLMSG_DONE) in do_nl_req()
1055 if (nh->nlmsg_type == NLMSG_DONE) in print_addrs()
1162 if (nh->nlmsg_type == NLMSG_DONE) in print_limits()
/tools/testing/selftests/bpf/
Dxsk.c376 case NLMSG_DONE: in netlink_recv()
/tools/bpf/bpftool/
Dnet.c187 case NLMSG_DONE: in netlink_recv()
/tools/lib/bpf/
Dnetlink.c194 case NLMSG_DONE: in libbpf_netlink_recv()
/tools/testing/selftests/net/
Dipsec.c1054 } else if (answer.nh.nlmsg_type == NLMSG_DONE) { in xfrm_state_check()