Searched refs:sock1 (Results 1 - 3 of 3) sorted by relevance

/net/ipx/
H A Daf_ipx.c466 struct sock *sock1 = NULL, *sock2 = NULL; local
471 sock1 = ncp_connection_hack(intrfc, ipx);
472 if (!sock1)
474 sock1 = ipxitf_find_socket(intrfc, ipx->ipx_dest.sock);
500 if (!sock1 && !sock2) {
510 * demuxed to sock1 and/or sock2. If we are unable to make enough
524 if (sock1 && sock2)
529 if (sock1)
530 ipxitf_def_skb_handler(sock1, skb1);
540 if (sock1)
[all...]
/net/
H A Dsocket.c1404 struct socket *sock1, *sock2; local
1422 err = sock_create(family, type, protocol, &sock1);
1430 err = sock1->ops->socketpair(sock1, sock2);
1446 newfile1 = sock_alloc_file(sock1, flags, NULL);
1484 sock_release(sock1);
/net/core/
H A Dsock.c2038 int sock_no_socketpair(struct socket *sock1, struct socket *sock2) argument

Completed in 133 milliseconds