Home
last modified time | relevance | path

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

/src/sys/compat/linuxkpi/common/include/linux/
H A Dnet.h43 return -socreate(family, res, type, proto, curthread->td_ucred, in sock_create_kern()
/src/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()
/src/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()
/src/sys/cam/ctl/
H A Dctl_ha.c373 error = socreate(PF_INET, &so, SOCK_STREAM, in ctl_ha_connect()
437 error = socreate(PF_INET, &softc->ha_lso, SOCK_STREAM, in ctl_ha_listen()
/src/sys/kern/
H A Duipc_syscalls.c172 error = socreate(domain, &so, type, protocol, td->td_ucred, td); in kern_socket()
580 error = socreate(domain, &so1, type, protocol, td->td_ucred, td); in kern_socketpair()
583 error = socreate(domain, &so2, type, protocol, td->td_ucred, td); in kern_socketpair()
H A Duipc_socket.c985 socreate(int dom, struct socket **aso, int type, int proto, in socreate() function
/src/sys/netinet6/
H A Dip6_gre.c283 error = socreate(sc->gre_family, &gs->so, in in6_gre_setup_socket()
/src/sys/netinet/
H A Dip_gre.c288 error = socreate(sc->gre_family, &gs->so, in in_gre_setup_socket()
H A Dtcp_subr.c825 if ((ret = socreate(PF_INET, &V_udp4_tun_socket, in tcp_over_udp_start()
851 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()
/src/sys/netsmb/
H A Dsmb_trantcp.c149 error = socreate(AF_INET, &so, SOCK_STREAM, IPPROTO_TCP, in nb_connect_in()
/src/sys/sys/
H A Dsocketvar.h511 int socreate(int dom, struct socket **aso, int type, int proto,
/src/sys/rpc/
H A Drpc_generic.c264 error = socreate(si.si_af, &so, si.si_socktype, si.si_proto, in __rpc_nconf2socket()
/src/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()
/src/sys/netgraph/
H A Dng_ksocket.c666 error = socreate(family, &priv->so, type, protocol, in ng_ksocket_newhook()
/src/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()
/src/sys/fs/nfs/
H A Dnfs_commonkrpc.c320 error = socreate(saddr->sa_family, &so, nrp->nr_sotype, in newnfs_connect()
/src/sys/dev/wg/
H A Dif_wg.c758 rc = socreate(AF_INET, &so4, SOCK_DGRAM, IPPROTO_UDP, cred, curthread); in wg_socket_init()
771 rc = socreate(AF_INET6, &so6, SOCK_DGRAM, IPPROTO_UDP, cred, curthread); in wg_socket_init()
/src/sys/netpfil/pf/
H A Dpflow.c1666 error = socreate(sc->sc_flowdst->sa_family, in pflow_set()
/src/sys/fs/nfsclient/
H A Dnfs_clvfsops.c463 error = socreate(nd->myif.ifra_addr.sa_family, &so, nd->root_args.sotype, 0, in nfs_mountroot()
/src/share/man/man9/
H A DMakefile2138 socket.9 socreate.9 \
/src/sys/net/
H A Dif_vxlan.c994 error = socreate(vso->vxlso_laddr.sa.sa_family, &vso->vxlso_sock, in vxlan_socket_init()