Searched refs:MCTP_ADDR_ANY (Results 1 – 4 of 4) 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, 232 .bind_addr = MCTP_ADDR_ANY, .bind_net = 1, .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, 322 .bind_addr = MCTP_ADDR_ANY, .bind_net = 1, .bind_type = 1, in mctp_test_bind_invalid()
|
| /linux/net/mctp/ |
| H A D | route.c | 109 msk = mctp_lookup_bind_details(net, skb, type, MCTP_ADDR_ANY, mh->src, in mctp_lookup_bind() 113 msk = mctp_lookup_bind_details(net, skb, type, mh->dest, MCTP_ADDR_ANY, in mctp_lookup_bind() 117 msk = mctp_lookup_bind_details(net, skb, type, MCTP_ADDR_ANY, in mctp_lookup_bind() 118 MCTP_ADDR_ANY, false); in mctp_lookup_bind() 121 msk = mctp_lookup_bind_details(net, skb, type, MCTP_ADDR_ANY, in mctp_lookup_bind() 122 MCTP_ADDR_ANY, true); in mctp_lookup_bind() 494 * this lookup requires key->peer to be MCTP_ADDR_ANY, in mctp_dst_input() 498 MCTP_ADDR_ANY, &f); in mctp_dst_input() 742 peer = MCTP_ADDR_ANY; in mctp_alloc_local_tag() 774 if (peer != MCTP_ADDR_ANY in mctp_alloc_local_tag() [all...] |
| /linux/include/uapi/linux/ |
| H A D | mctp.h | 51 #define MCTP_ADDR_ANY 0xff macro
|
| /linux/Documentation/networking/ |
| H A D | mctp.rst | 70 #define MCTP_ADDR_ANY 0xff 92 addr.smctp_addr.s_addr = MCTP_ADDR_ANY; 115 ``MCTP_ADDR_ANY`` configures the socket to receive messages addressed to any
|