Searched refs:bind_type (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, 307 t->bind1->bind_addr, t->bind1->bind_type, in mctp_bind_pair_desc() 309 t->bind2->bind_addr, t->bind2->bind_type, 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.c | 281 addr.smctp_type = setup->bind_type; in mctp_test_bind_run() 292 addr.smctp_type = setup->bind_type; in mctp_test_bind_run()
|
| A D | utils.h | 37 u8 bind_type; member
|
| /net/mctp/ |
| A D | af_mctp.c | 100 if (msk->bind_type != smctp->smctp_type) { in mctp_bind() 117 msk->bind_type = smctp->smctp_type; in mctp_bind() 176 msk->bind_type = smctp->smctp_type; in mctp_connect() 723 hash = mctp_bind_hash(msk->bind_type, msk->bind_local_addr, remote); in mctp_sk_hash() 736 if (mex->bind_type == msk->bind_type && in mctp_sk_hash()
|
| A D | route.c | 65 if (msk->bind_type != type) in mctp_lookup_bind_details()
|
Completed in 17 milliseconds