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

/net/ipx/
H A Daf_ipx.c451 struct sock *sock1 = NULL, *sock2 = NULL; local
456 sock1 = ncp_connection_hack(intrfc, ipx);
457 if (!sock1)
459 sock1 = ipxitf_find_socket(intrfc, ipx->ipx_dest.sock);
485 if (!sock1 && !sock2) {
495 * demuxed to sock1 and/or sock2. If we are unable to make enough
509 if (sock1 && sock2)
514 if (sock1)
515 ipxitf_def_skb_handler(sock1, skb1);
525 if (sock1)
[all...]
/net/core/
H A Dsock.c2072 int sock_no_socketpair(struct socket *sock1, struct socket *sock2) argument
/net/
H A Dsocket.c1421 struct socket *sock1, *sock2; local
1439 err = sock_create(family, type, protocol, &sock1);
1447 err = sock1->ops->socketpair(sock1, sock2);
1463 newfile1 = sock_alloc_file(sock1, flags, NULL);
1514 sock_release(sock1);

Completed in 424 milliseconds