Home
last modified time | relevance | path

Searched refs:MCTP_NET_ANY (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/linux/
H A Dmctp.h48 #define MCTP_NET_ANY 0x0 macro
/linux/net/mctp/test/
H A Dsock-test.c97 .smctp_network = MCTP_NET_ANY, in mctp_test_sock_sendmsg_extaddr()
219 .bind_addr = MCTP_ADDR_ANY, .bind_net = MCTP_NET_ANY, .bind_type = 1,
241 .bind_addr = 8, .bind_net = MCTP_NET_ANY, .bind_type = 1,
/linux/Documentation/networking/
H A Dmctp.rst69 #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 Droute.c59 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()
1478 gatewayp->net = gateway->net != MCTP_NET_ANY ? in mctp_route_nlparse_common()