Home
last modified time | relevance | path

Searched refs:socreate (Results 1 – 22 of 22) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dnet.h43 return -socreate(family, res, type, proto, curthread->td_ucred, in sock_create_kern()
/freebsd/sys/dev/iscsi/
H A Dicl_soft_proxy.c110 error = socreate(domain, &so, socktype, protocol, in icl_soft_proxy_connect()
255 error = socreate(domain, &so, socktype, protocol, in icl_listen_add_tcp()
/freebsd/sys/nfs/
H A Dkrpc_subr.c220 if ((error = socreate(AF_INET, &so, SOCK_DGRAM, 0, td->td_ucred, td))) in krpc_call()
H A Dbootp_subr.c1660 error = socreate(AF_INET, &bootp_so, SOCK_DGRAM, 0, td->td_ucred, td); in bootpc_init()
/freebsd/sys/kern/
H A Duipc_syscalls.c167 error = socreate(domain, &so, type, protocol, td->td_ucred, td); in kern_socket()
570 error = socreate(domain, &so1, type, protocol, td->td_ucred, td); in kern_socketpair()
573 error = socreate(domain, &so2, type, protocol, td->td_ucred, td); in kern_socketpair()
H A Duipc_socket.c906 socreate(int dom, struct socket **aso, int type, int proto, in socreate() function
/freebsd/sys/netinet6/
H A Dip6_gre.c284 error = socreate(sc->gre_family, &gs->so, in in6_gre_setup_socket()
/freebsd/sys/netinet/
H A Dip_gre.c289 error = socreate(sc->gre_family, &gs->so, in in_gre_setup_socket()
H A Dtcp_subr.c813 if ((ret = socreate(PF_INET, &V_udp4_tun_socket, in tcp_over_udp_start()
839 if ((ret = socreate(PF_INET6, &V_udp6_tun_socket, in tcp_over_udp_start()
H A Dsctputil.c7517 if ((ret = socreate(PF_INET, &SCTP_BASE_INFO(udp4_tun_socket), in sctp_over_udp_start()
7543 if ((ret = socreate(PF_INET6, &SCTP_BASE_INFO(udp6_tun_socket), in sctp_over_udp_start()
/freebsd/sys/sys/
H A Dsocketvar.h511 int socreate(int dom, struct socket **aso, int type, int proto,
/freebsd/sys/netsmb/
H A Dsmb_trantcp.c149 error = socreate(AF_INET, &so, SOCK_STREAM, IPPROTO_TCP, in nb_connect_in()
/freebsd/sys/rpc/
H A Drpc_generic.c264 error = socreate(si.si_af, &so, si.si_socktype, si.si_proto, in __rpc_nconf2socket()
/freebsd/sys/nlm/
H A Dnlm_prot_impl.c1556 error = socreate(AF_INET, &nlm_socket, SOCK_DGRAM, 0, in nlm_server_main()
1573 error = socreate(AF_INET6, &nlm_socket6, SOCK_DGRAM, 0, in nlm_server_main()
/freebsd/sys/netgraph/
H A Dng_ksocket.c666 error = socreate(family, &priv->so, type, protocol, in ng_ksocket_newhook()
/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_rfcomm.c523 error = socreate(PF_BLUETOOTH, &l2so, SOCK_SEQPACKET, in ng_btsocket_rfcomm_connect()
858 socreate_error = socreate(PF_BLUETOOTH, &l2so, SOCK_SEQPACKET, in ng_btsocket_rfcomm_listen()
/freebsd/sys/fs/nfs/
H A Dnfs_commonkrpc.c319 error = socreate(saddr->sa_family, &so, nrp->nr_sotype, in newnfs_connect()
/freebsd/sys/dev/wg/
H A Dif_wg.c669 rc = socreate(AF_INET, &so4, SOCK_DGRAM, IPPROTO_UDP, cred, curthread); in wg_socket_init()
682 rc = socreate(AF_INET6, &so6, SOCK_DGRAM, IPPROTO_UDP, cred, curthread); in wg_socket_init()
/freebsd/sys/netpfil/pf/
H A Dpflow.c1666 error = socreate(sc->sc_flowdst->sa_family, in pflow_set()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clvfsops.c461 error = socreate(nd->myif.ifra_addr.sa_family, &so, nd->root_args.sotype, 0, in nfs_mountroot()
/freebsd/share/man/man9/
H A DMakefile2126 socket.9 socreate.9 \
/freebsd/sys/net/
H A Dif_vxlan.c994 error = socreate(vso->vxlso_laddr.sa.sa_family, &vso->vxlso_sock, in vxlan_socket_init()