Searched refs:MCTP_NET_ANY (Results 1 – 5 of 5) sorted by relevance
/linux/include/uapi/linux/ |
H A D | mctp.h | 40 #define MCTP_NET_ANY 0x0 macro
|
/linux/net/mctp/test/ |
H A D | route-test.c | 307 if (netid != MCTP_NET_ANY) in __mctp_route_test_init() 355 __mctp_route_test_init(test, &dev, &rt, &sock, MCTP_NET_ANY); in mctp_test_route_input_sk() 425 __mctp_route_test_init(test, &dev, &rt, &sock, MCTP_NET_ANY); in mctp_test_route_input_sk_reasm() 859 __mctp_route_test_init(test, &dev, &rt, sock, MCTP_NET_ANY); in mctp_test_flow_init()
|
/linux/Documentation/networking/ |
H A D | mctp.rst | 69 #define MCTP_NET_ANY 0x0 91 addr.smctp_network = MCTP_NET_ANY; 110 A ``smctp_network`` value of ``MCTP_NET_ANY`` will configure the socket to
|
/linux/net/mctp/ |
H A D | af_mctp.c | 129 if (addr->smctp_network == MCTP_NET_ANY) in mctp_sendmsg()
|
H A D | route.c | 61 if (msk->bind_net != MCTP_NET_ANY && msk->bind_net != cb->net) in mctp_lookup_bind()
|