Searched refs:sock1 (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/net/ipx/ |
H A D | af_ipx.c | 451 struct sock *sock1 = NULL, *sock2 = NULL; ipxitf_demux_socket() local 456 sock1 = ncp_connection_hack(intrfc, ipx); ipxitf_demux_socket() 457 if (!sock1) ipxitf_demux_socket() 459 sock1 = ipxitf_find_socket(intrfc, ipx->ipx_dest.sock); ipxitf_demux_socket() 485 if (!sock1 && !sock2) { ipxitf_demux_socket() 495 * demuxed to sock1 and/or sock2. If we are unable to make enough ipxitf_demux_socket() 509 if (sock1 && sock2) ipxitf_demux_socket() 514 if (sock1) ipxitf_demux_socket() 515 ipxitf_def_skb_handler(sock1, skb1); ipxitf_demux_socket() 525 if (sock1) ipxitf_demux_socket() 526 sock_put(sock1); ipxitf_demux_socket()
|
/linux-4.1.27/include/linux/ |
H A D | net.h | 137 int (*socketpair)(struct socket *sock1,
|
/linux-4.1.27/net/ |
H A D | socket.c | 1266 struct socket *sock1, *sock2; SYSCALL_DEFINE4() local 1284 err = sock_create(family, type, protocol, &sock1); SYSCALL_DEFINE4() 1292 err = sock1->ops->socketpair(sock1, sock2); SYSCALL_DEFINE4() 1308 newfile1 = sock_alloc_file(sock1, flags, NULL); SYSCALL_DEFINE4() 1359 sock_release(sock1); SYSCALL_DEFINE4()
|
/linux-4.1.27/drivers/block/drbd/ |
H A D | drbd_receiver.c | 844 struct socket **sock1, connection_established() 851 if (!*sock1 || !*sock2) connection_established() 860 ok = drbd_socket_okay(sock1); connection_established() 843 connection_established(struct drbd_connection *connection, struct socket **sock1, struct socket **sock2) connection_established() argument
|
/linux-4.1.27/net/core/ |
H A D | sock.c | 2116 int sock_no_socketpair(struct socket *sock1, struct socket *sock2) sock_no_socketpair() argument
|
Completed in 229 milliseconds