Searched refs:netid (Results 1 – 9 of 9) sorted by relevance
| /net/mctp/ |
| A D | route.c | 430 unsigned int netid; in mctp_dst_input() local 457 netid = mctp_cb(skb)->net; in mctp_dst_input() 721 unsigned int netid, in mctp_alloc_local_tag() argument 754 if (tmp->net != netid) in mctp_alloc_local_tag() 805 unsigned int netid, in mctp_lookup_prealloc_tag() argument 820 if (tmp->net != netid) in mctp_lookup_prealloc_tag() 1106 unsigned int netid; in mctp_local_output() local 1126 netid = READ_ONCE(dst->dev->net); in mctp_local_output() 1505 *netid = mdev->net; in mctp_route_nlparse_lookup() 1507 *netid = gw.net; in mctp_route_nlparse_lookup() [all …]
|
| /net/mctp/test/ |
| A D | route-test.c | 573 unsigned int netid; member 595 t->netid); in mctp_test_route_input_multiple_nets_bind_init() 619 t1.netid = 1; in mctp_test_route_input_multiple_nets_bind() 620 t2.netid = 2; in mctp_test_route_input_multiple_nets_bind() 638 t1.netid); in mctp_test_route_input_multiple_nets_bind() 646 t2.netid); in mctp_test_route_input_multiple_nets_bind() 700 t1.netid = 1; in mctp_test_route_input_multiple_nets_key() 701 t2.netid = 2; in mctp_test_route_input_multiple_nets_key() 720 t1.netid); in mctp_test_route_input_multiple_nets_key() 728 t2.netid); in mctp_test_route_input_multiple_nets_key() [all …]
|
| A D | utils.c | 148 unsigned int netid, in mctp_test_create_route_gw() argument 165 rt->rt.gateway.net = netid; in mctp_test_create_route_gw()
|
| A D | utils.h | 57 unsigned int netid,
|
| /net/sunrpc/ |
| A D | svc.c | 996 const char *netid; in __svc_rpcb_register4() local 1001 netid = RPCBIND_NETID_UDP; in __svc_rpcb_register4() 1004 netid = RPCBIND_NETID_TCP; in __svc_rpcb_register4() 1011 (const struct sockaddr *)&sin, netid); in __svc_rpcb_register4() 1044 const char *netid; in __svc_rpcb_register6() local 1049 netid = RPCBIND_NETID_UDP6; in __svc_rpcb_register6() 1052 netid = RPCBIND_NETID_TCP6; in __svc_rpcb_register6() 1059 (const struct sockaddr *)&sin6, netid); in __svc_rpcb_register6()
|
| A D | xprt.c | 191 xprt_class_find_by_netid_locked(const char *netid) in xprt_class_find_by_netid_locked() argument 197 for (i = 0; t->netid[i][0] != '\0'; i++) { in xprt_class_find_by_netid_locked() 198 if (strcmp(t->netid[i], netid) != 0) in xprt_class_find_by_netid_locked() 209 xprt_class_find_by_netid(const char *netid) in xprt_class_find_by_netid() argument 214 t = xprt_class_find_by_netid_locked(netid); in xprt_class_find_by_netid() 217 request_module("rpc%s", netid); in xprt_class_find_by_netid() 219 t = xprt_class_find_by_netid_locked(netid); in xprt_class_find_by_netid() 233 int xprt_find_transport_ident(const char *netid) in xprt_find_transport_ident() argument 238 t = xprt_class_find_by_netid(netid); in xprt_find_transport_ident()
|
| A D | xprtsock.c | 309 const char *netid) in xs_format_peer_addresses() argument 312 xprt->address_strings[RPC_DISPLAY_NETID] = netid; in xs_format_peer_addresses() 3630 .netid = { "" }, 3639 .netid = { "udp", "udp6", "" }, 3648 .netid = { "tcp", "tcp6", "" }, 3657 .netid = { "tcp", "tcp6", "" }, 3666 .netid = { "" },
|
| A D | rpcb_clnt.c | 589 const struct sockaddr *address, const char *netid) in rpcb_v4_register() argument 594 .r_netid = netid, in rpcb_v4_register()
|
| /net/sunrpc/xprtrdma/ |
| A D | transport.c | 760 .netid = { "rdma", "rdma6", "" },
|
Completed in 37 milliseconds