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

/linux-4.4.14/net/ipx/
H A Daf_ipx.c451 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.4.14/include/linux/
H A Dnet.h142 int (*socketpair)(struct socket *sock1,
/linux-4.4.14/net/
H A Dsocket.c1257 struct socket *sock1, *sock2; SYSCALL_DEFINE4() local
1275 err = sock_create(family, type, protocol, &sock1); SYSCALL_DEFINE4()
1283 err = sock1->ops->socketpair(sock1, sock2); SYSCALL_DEFINE4()
1299 newfile1 = sock_alloc_file(sock1, flags, NULL); SYSCALL_DEFINE4()
1350 sock_release(sock1); SYSCALL_DEFINE4()
/linux-4.4.14/drivers/block/drbd/
H A Ddrbd_receiver.c845 struct socket **sock1, connection_established()
852 if (!*sock1 || !*sock2) connection_established()
861 ok = drbd_socket_okay(sock1); connection_established()
844 connection_established(struct drbd_connection *connection, struct socket **sock1, struct socket **sock2) connection_established() argument
/linux-4.4.14/net/core/
H A Dsock.c2183 int sock_no_socketpair(struct socket *sock1, struct socket *sock2) sock_no_socketpair() argument

Completed in 257 milliseconds