Searched refs:bind_net (Results 1 – 6 of 6) sorted by relevance
| /net/mctp/test/ |
| 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 …]
|
| A D | route-test.c | 1479 .bind_net = MCTP_NET_ANY, .bind_type = 1, }, 1482 .bind_net = MCTP_NET_ANY, .bind_type = 1, }, 1485 .bind_net = 8, .bind_type = 1, }, 1488 .bind_net = 9, .bind_type = 1, }, 1492 .bind_net = MCTP_NET_ANY, .bind_type = 1, 1497 .bind_net = MCTP_NET_ANY, .bind_type = 1, 1502 .bind_net = MCTP_NET_ANY, .bind_type = 1, 1507 .bind_net = 4, .bind_type = 1, 1512 .bind_net = 5, .bind_type = 1,
|
| A D | utils.h | 36 int bind_net; member
|
| A D | utils.c | 290 addr.smctp_network = setup->bind_net; in mctp_test_bind_run()
|
| /net/mctp/ |
| 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()
|
| 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()
|
Completed in 19 milliseconds