Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipx/
Daf_ipx.c451 struct sock *sock1 = NULL, *sock2 = NULL; in ipxitf_demux_socket() local
456 sock1 = ncp_connection_hack(intrfc, ipx); in ipxitf_demux_socket()
457 if (!sock1) in ipxitf_demux_socket()
459 sock1 = ipxitf_find_socket(intrfc, ipx->ipx_dest.sock); in ipxitf_demux_socket()
485 if (!sock1 && !sock2) { in ipxitf_demux_socket()
509 if (sock1 && sock2) in ipxitf_demux_socket()
514 if (sock1) in ipxitf_demux_socket()
515 ipxitf_def_skb_handler(sock1, skb1); in ipxitf_demux_socket()
525 if (sock1) in ipxitf_demux_socket()
526 sock_put(sock1); in ipxitf_demux_socket()
/linux-4.4.14/include/linux/
Dnet.h142 int (*socketpair)(struct socket *sock1,
/linux-4.4.14/net/
Dsocket.c1257 struct socket *sock1, *sock2; in SYSCALL_DEFINE4() local
1275 err = sock_create(family, type, protocol, &sock1); in SYSCALL_DEFINE4()
1283 err = sock1->ops->socketpair(sock1, sock2); in SYSCALL_DEFINE4()
1299 newfile1 = sock_alloc_file(sock1, flags, NULL); in SYSCALL_DEFINE4()
1350 sock_release(sock1); in SYSCALL_DEFINE4()
/linux-4.4.14/drivers/block/drbd/
Ddrbd_receiver.c845 struct socket **sock1, in connection_established() argument
852 if (!*sock1 || !*sock2) in connection_established()
861 ok = drbd_socket_okay(sock1); in connection_established()
/linux-4.4.14/net/core/
Dsock.c2183 int sock_no_socketpair(struct socket *sock1, struct socket *sock2) in sock_no_socketpair() argument