Home
last modified time | relevance | path

Searched refs:sock_create (Results 1 – 12 of 12) sorted by relevance

/linux-2.4.37.9/net/khttpd/
Dsockets.c52 error = sock_create(PF_INET,SOCK_STREAM,IPPROTO_TCP,&sock); in StartListening()
/linux-2.4.37.9/net/netlink/
Dnetlink_dev.c113 err = sock_create(PF_NETLINK, SOCK_RAW, minor, &sock); in netlink_open()
/linux-2.4.37.9/net/ipv4/ipvs/
Dip_vs_sync.c453 if (sock_create(PF_INET, SOCK_DGRAM, IPPROTO_UDP, &sock) < 0) { in make_send_sock()
494 if (sock_create(PF_INET, SOCK_DGRAM, IPPROTO_UDP, &sock) < 0) { in make_receive_sock()
/linux-2.4.37.9/net/
Dsocket.c827 int sock_create(int family, int type, int protocol, struct socket **res) in sock_create() function
909 retval = sock_create(family, type, protocol, &sock); in sys_socket()
940 err = sock_create(family, type, protocol, &sock1); in sys_socketpair()
944 err = sock_create(family, type, protocol, &sock2); in sys_socketpair()
Dnetsyms.c113 EXPORT_SYMBOL(sock_create);
/linux-2.4.37.9/include/linux/
Dnet.h136 extern int sock_create(int family, int type, int proto, struct socket **);
/linux-2.4.37.9/net/sctp/
Dprotocol.c651 err = sock_create(family, SOCK_SEQPACKET, IPPROTO_SCTP, in sctp_ctl_sock_init()
Dsocket.c2818 err = sock_create(sk->family, SOCK_SEQPACKET, IPPROTO_SCTP, &sock); in sctp_do_peeloff()
/linux-2.4.37.9/net/econet/
Daf_econet.c993 if ((error = sock_create(PF_INET, SOCK_DGRAM, 0, &udpsock)) < 0) in aun_udp_initialise()
/linux-2.4.37.9/net/sunrpc/
Dsvcsock.c1262 if ((error = sock_create(PF_INET, type, protocol, &sock)) < 0) in svc_create_socket()
Dxprt.c1533 if ((err = sock_create(PF_INET, type, proto, &sock)) < 0) { in xprt_create_socket()
/linux-2.4.37.9/net/bluetooth/rfcomm/
Dcore.c158 err = sock_create(PF_BLUETOOTH, SOCK_SEQPACKET, BTPROTO_L2CAP, sock); in rfcomm_l2sock_create()