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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnet.h136 int (*socketpair)(struct socket *sock1,
261 SOCKCALL_WRAP(name, socketpair, (struct socket *sock1, struct socket *sock2), \
262 (sock1, sock2)) \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipx/
H A Daf_ipx.c479 struct sock *sock1 = NULL, *sock2 = NULL; local
484 sock1 = ncp_connection_hack(intrfc, ipx);
485 if (!sock1)
487 sock1 = ipxitf_find_socket(intrfc, ipx->ipx_dest.sock);
513 if (!sock1 && !sock2) {
523 * demuxed to sock1 and/or sock2. If we are unable to make enough
537 if (sock1 && sock2)
542 if (sock1)
543 ipxitf_def_skb_handler(sock1, skb1);
553 if (sock1)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/
H A Dsocket.c1225 struct socket *sock1, *sock2; local
1234 err = sock_create(family, type, protocol, &sock1);
1242 err = sock1->ops->socketpair(sock1, sock2);
1257 err = sock_attach_fd(sock1, newfile1);
1294 sock_release(sock1);
1300 sock_release(sock1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dsock.c1345 int sock_no_socketpair(struct socket *sock1, struct socket *sock2) argument

Completed in 59 milliseconds