Home
last modified time | relevance | path

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

/linux-6.12.1/tools/include/uapi/linux/ !
Dnetlink.h95 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \ macro
/linux-6.12.1/include/uapi/linux/ !
Dnetlink.h104 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \ macro
/linux-6.12.1/tools/testing/selftests/net/af_unix/ !
Ddiag_uid.c163 nlh = NLMSG_NEXT(nlh, ret); in receive_response()
/linux-6.12.1/samples/bpf/ !
Dxdp_router_ipv4_user.c117 for (; NLMSG_OK(nh, nll); nh = NLMSG_NEXT(nh, nll)) { in read_route()
333 for (; NLMSG_OK(nh, nll); nh = NLMSG_NEXT(nh, nll)) { in read_arp()
/linux-6.12.1/tools/testing/selftests/net/mptcp/ !
Dpm_nl_ctl.c132 for (; NLMSG_OK(nh, res_len); nh = NLMSG_NEXT(nh, res_len)) { in capture_events()
227 for (; NLMSG_OK(nh, rem); nh = NLMSG_NEXT(nh, rem)) { in do_nl_req()
1054 for (; NLMSG_OK(nh, total_len); nh = NLMSG_NEXT(nh, total_len)) { in print_addrs()
1190 for (; NLMSG_OK(nh, total_len); nh = NLMSG_NEXT(nh, total_len)) { in print_limits()
/linux-6.12.1/tools/testing/vsock/ !
Dvsock_diag_test.c313 h = NLMSG_NEXT(h, ret); in read_vsock_stat()
/linux-6.12.1/tools/testing/selftests/bpf/ !
Dxsk.c369 nh = NLMSG_NEXT(nh, len)) { in netlink_recv()
/linux-6.12.1/tools/bpf/bpftool/ !
Dnet.c174 nh = NLMSG_NEXT(nh, len)) { in netlink_recv()
/linux-6.12.1/tools/net/ynl/lib/ !
Dynl.c501 for (rem = len; rem > 0; NLMSG_NEXT(nlh, rem)) { in __ynl_sock_read_msgs()
/linux-6.12.1/tools/lib/bpf/ !
Dnetlink.c175 nh = NLMSG_NEXT(nh, len)) { in libbpf_netlink_recv()