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
210
(rep_len < 0) || !NLMSG_OK((&ans.n), rep_len))
tools/accounting/getdelays.c
669
!NLMSG_OK((&msg.n), rep_len)) {
tools/accounting/procacct.c
216
(rep_len < 0) || !NLMSG_OK((&ans.n), rep_len))
tools/accounting/procacct.c
391
!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/acct/taskstats_fill_stats_tgid.c
159
for (nlh = (struct nlmsghdr *)resp; NLMSG_OK(nlh, len);
tools/testing/selftests/acct/taskstats_fill_stats_tgid.c
223
for (nlh = (struct nlmsghdr *)resp; NLMSG_OK(nlh, len);
tools/testing/selftests/bpf/prog_tests/test_bpf_smc.c
136
if (!ASSERT_FALSE(ret < 0 || !NLMSG_OK(&msg.n, ret),
tools/testing/selftests/bpf/prog_tests/test_bpf_smc.c
186
!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/forwarding/ipmr.c
175
ASSERT_TRUE(NLMSG_OK(nlmsg, err));
tools/testing/selftests/net/mptcp/mptcp_diag.c
327
while (NLMSG_OK(nlh, len)) {
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
1086
for (; NLMSG_OK(nh, total_len); nh = NLMSG_NEXT(nh, total_len)) {
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
1222
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
241
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)) {