Symbol: NLMSG_OK
samples/bpf/xdp_router_ipv4_user.c
117
for (; NLMSG_OK(nh, nll); nh = NLMSG_NEXT(nh, nll)) {
samples/bpf/xdp_router_ipv4_user.c
333
for (; NLMSG_OK(nh, nll); nh = NLMSG_NEXT(nh, nll)) {
tools/accounting/delaytop.c
488
(rep_len < 0) || !NLMSG_OK((&ans.n), rep_len)) {
tools/accounting/getdelays.c
184
(rep_len < 0) || !NLMSG_OK((&ans.n), rep_len))
tools/accounting/getdelays.c
645
!NLMSG_OK((&msg.n), rep_len)) {
tools/accounting/procacct.c
190
(rep_len < 0) || !NLMSG_OK((&ans.n), rep_len))
tools/accounting/procacct.c
359
!NLMSG_OK((&msg.n), rep_len)) {
tools/bpf/bpftool/net.c
173
for (nh = (struct nlmsghdr *)buf; NLMSG_OK(nh, (unsigned int)len);
tools/lib/bpf/netlink.c
174
for (nh = (struct nlmsghdr *)iov.iov_base; NLMSG_OK(nh, len);
tools/net/ynl/lib/ynl.c
578
if (!NLMSG_OK(nlh, rem)) {
tools/testing/selftests/bpf/prog_tests/test_bpf_smc.c
135
!NLMSG_OK(&msg.n, ret), "nl_family response"))
tools/testing/selftests/bpf/prog_tests/test_bpf_smc.c
184
!NLMSG_OK(&msg.n, ret), "ueid response"))
tools/testing/selftests/bpf/xsk.c
368
for (nh = (struct nlmsghdr *)iov.iov_base; NLMSG_OK(nh, len);
tools/testing/selftests/nci/nci_dev.c
197
!NLMSG_OK(&ans.n, resp_len))
tools/testing/selftests/nci/nci_dev.c
268
!NLMSG_OK(&msg->n, resp_len)) {
tools/testing/selftests/nci/nci_dev.c
665
!NLMSG_OK(&ans.n, resp_len))
tools/testing/selftests/net/af_unix/diag_uid.c
158
ASSERT_NE(NLMSG_OK(nlh, ret), 0);
tools/testing/selftests/net/af_unix/diag_uid.c
164
ASSERT_EQ(NLMSG_OK(nlh, ret), 0);
tools/testing/selftests/net/mptcp/mptcp_diag.c
327
while (NLMSG_OK(nlh, len)) {
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
1088
for (; NLMSG_OK(nh, total_len); nh = NLMSG_NEXT(nh, total_len)) {
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
1224
for (; NLMSG_OK(nh, total_len); nh = NLMSG_NEXT(nh, total_len)) {
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
137
for (; NLMSG_OK(nh, res_len); nh = NLMSG_NEXT(nh, res_len)) {
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
243
for (; NLMSG_OK(nh, rem); nh = NLMSG_NEXT(nh, rem)) {
tools/testing/selftests/net/netlink-dumps.c
52
if (!NLMSG_OK(nlh, rem))
tools/testing/vsock/vsock_diag_test.c
283
while (NLMSG_OK(h, ret)) {