Symbol: MCTP_NET_ANY
net/mctp/af_mctp.c
107
if (msk->bind_net == MCTP_NET_ANY) {
net/mctp/af_mctp.c
178
if (smctp->smctp_network == MCTP_NET_ANY)
net/mctp/af_mctp.c
226
if (addr->smctp_network == MCTP_NET_ANY)
net/mctp/af_mctp.c
90
if (smctp->smctp_network == MCTP_NET_ANY &&
net/mctp/route.c
1463
gatewayp->net = gateway->net != MCTP_NET_ANY ?
net/mctp/route.c
59
if (!allow_net_any && msk->bind_net == MCTP_NET_ANY)
net/mctp/route.c
62
if (msk->bind_net != MCTP_NET_ANY && msk->bind_net != cb->net)
net/mctp/test/route-test.c
1166
__mctp_route_test_init(test, &dev, &dst, &sock, MCTP_NET_ANY);
net/mctp/test/route-test.c
1493
.bind_net = MCTP_NET_ANY, .bind_type = 1, },
net/mctp/test/route-test.c
1496
.bind_net = MCTP_NET_ANY, .bind_type = 1, },
net/mctp/test/route-test.c
1506
.bind_net = MCTP_NET_ANY, .bind_type = 1,
net/mctp/test/route-test.c
1507
.have_peer = true, .peer_addr = 20, .peer_net = MCTP_NET_ANY, },
net/mctp/test/route-test.c
1511
.bind_net = MCTP_NET_ANY, .bind_type = 1,
net/mctp/test/route-test.c
1512
.have_peer = true, .peer_addr = 21, .peer_net = MCTP_NET_ANY, },
net/mctp/test/route-test.c
1516
.bind_net = MCTP_NET_ANY, .bind_type = 1,
net/mctp/test/route-test.c
193
if (netid != MCTP_NET_ANY)
net/mctp/test/route-test.c
243
__mctp_route_test_init(test, &dev, &dst, &sock, MCTP_NET_ANY);
net/mctp/test/route-test.c
313
__mctp_route_test_init(test, &dev, &dst, &sock, MCTP_NET_ANY);
net/mctp/test/route-test.c
739
__mctp_route_test_init(test, &dev, &dst, &sock, MCTP_NET_ANY);
net/mctp/test/route-test.c
777
__mctp_route_test_init(test, &dev, &dst, &sock, MCTP_NET_ANY);
net/mctp/test/route-test.c
837
__mctp_route_test_init(test, &dev, &dst, &sock, MCTP_NET_ANY);
net/mctp/test/route-test.c
931
addr.smctp_network = MCTP_NET_ANY;
net/mctp/test/route-test.c
971
__mctp_route_test_init(test, &dev, dst, sock, MCTP_NET_ANY);
net/mctp/test/sock-test.c
219
.bind_addr = MCTP_ADDR_ANY, .bind_net = MCTP_NET_ANY, .bind_type = 1,
net/mctp/test/sock-test.c
241
.bind_addr = 8, .bind_net = MCTP_NET_ANY, .bind_type = 1,
net/mctp/test/sock-test.c
97
.smctp_network = MCTP_NET_ANY,