Searched refs:bind_net (Results 1 – 7 of 7) sorted by relevance
| /linux/net/mctp/test/ |
| H A D | sock-test.c | 219 .bind_addr = MCTP_ADDR_ANY, .bind_net = MCTP_NET_ANY, .bind_type = 1, 223 .bind_addr = MCTP_ADDR_ANY, .bind_net = 2, .bind_type = 1, 228 .bind_addr = 8, .bind_net = 1, .bind_type = 1, 232 .bind_addr = MCTP_ADDR_ANY, .bind_net = 1, .bind_type = 1, 237 .bind_addr = 8, .bind_net = 2, .bind_type = 1, 241 .bind_addr = 8, .bind_net = MCTP_NET_ANY, .bind_type = 1, 245 .bind_addr = MCTP_ADDR_ANY, .bind_net = 2, .bind_type = 2, 249 .bind_addr = MCTP_ADDR_ANY, .bind_net = 2, .bind_type = 1, 308 t->bind1->bind_net, peer1, in mctp_bind_pair_desc() 310 t->bind2->bind_net, peer2, t->error); in mctp_bind_pair_desc() [all …]
|
| H A D | route-test.c | 1452 .bind_net = MCTP_NET_ANY, .bind_type = 1, }, 1455 .bind_net = MCTP_NET_ANY, .bind_type = 1, }, 1458 .bind_net = 8, .bind_type = 1, }, 1461 .bind_net = 9, .bind_type = 1, }, 1465 .bind_net = MCTP_NET_ANY, .bind_type = 1, 1470 .bind_net = MCTP_NET_ANY, .bind_type = 1, 1475 .bind_net = MCTP_NET_ANY, .bind_type = 1, 1480 .bind_net = 4, .bind_type = 1, 1485 .bind_net = 5, .bind_type = 1,
|
| H A D | utils.h | 33 int bind_net; 36 int bind_net; global() member
|
| H A D | utils.c | 277 addr.smctp_network = setup->bind_net; in mctp_test_bind_run()
|
| /linux/net/mctp/ |
| H A D | af_mctp.c | 91 msk->bind_net = mctp_default_net(net); in mctp_bind() 93 msk->bind_net = smctp->smctp_network; in mctp_bind() 106 if (msk->bind_net == MCTP_NET_ANY) { in mctp_bind() 108 msk->bind_net = msk->bind_peer_net; in mctp_bind() 111 if (msk->bind_net != msk->bind_peer_net) { in mctp_bind() 738 mex->bind_net == msk->bind_net) { in mctp_sk_hash()
|
| H A D | route.c | 59 if (!allow_net_any && msk->bind_net == MCTP_NET_ANY) in mctp_lookup_bind_details() 62 if (msk->bind_net != MCTP_NET_ANY && msk->bind_net != cb->net) in mctp_lookup_bind_details()
|
| /linux/include/net/ |
| H A D | mctp.h | 71 unsigned int bind_net; member
|