/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | net.h | 43 return -socreate(family, res, type, proto, curthread->td_ucred, in sock_create_kern()
|
/freebsd/sys/dev/iscsi/ |
H A D | icl_soft_proxy.c | 110 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 D | krpc_subr.c | 220 if ((error = socreate(AF_INET, &so, SOCK_DGRAM, 0, td->td_ucred, td))) in krpc_call()
|
H A D | bootp_subr.c | 1660 error = socreate(AF_INET, &bootp_so, SOCK_DGRAM, 0, td->td_ucred, td); in bootpc_init()
|
/freebsd/sys/kern/ |
H A D | uipc_syscalls.c | 167 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 D | uipc_socket.c | 906 socreate(int dom, struct socket **aso, int type, int proto, in socreate() function
|
/freebsd/sys/netinet6/ |
H A D | ip6_gre.c | 284 error = socreate(sc->gre_family, &gs->so, in in6_gre_setup_socket()
|
/freebsd/sys/netinet/ |
H A D | ip_gre.c | 289 error = socreate(sc->gre_family, &gs->so, in in_gre_setup_socket()
|
H A D | tcp_subr.c | 813 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 D | sctputil.c | 7517 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 D | socketvar.h | 511 int socreate(int dom, struct socket **aso, int type, int proto,
|
/freebsd/sys/netsmb/ |
H A D | smb_trantcp.c | 149 error = socreate(AF_INET, &so, SOCK_STREAM, IPPROTO_TCP, in nb_connect_in()
|
/freebsd/sys/rpc/ |
H A D | rpc_generic.c | 264 error = socreate(si.si_af, &so, si.si_socktype, si.si_proto, in __rpc_nconf2socket()
|
/freebsd/sys/nlm/ |
H A D | nlm_prot_impl.c | 1556 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 D | ng_ksocket.c | 666 error = socreate(family, &priv->so, type, protocol, in ng_ksocket_newhook()
|
/freebsd/sys/netgraph/bluetooth/socket/ |
H A D | ng_btsocket_rfcomm.c | 523 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 D | nfs_commonkrpc.c | 319 error = socreate(saddr->sa_family, &so, nrp->nr_sotype, in newnfs_connect()
|
/freebsd/sys/dev/wg/ |
H A D | if_wg.c | 669 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 D | pflow.c | 1666 error = socreate(sc->sc_flowdst->sa_family, in pflow_set()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clvfsops.c | 461 error = socreate(nd->myif.ifra_addr.sa_family, &so, nd->root_args.sotype, 0, in nfs_mountroot()
|
/freebsd/share/man/man9/ |
H A D | Makefile | 2126 socket.9 socreate.9 \
|
/freebsd/sys/net/ |
H A D | if_vxlan.c | 994 error = socreate(vso->vxlso_laddr.sa.sa_family, &vso->vxlso_sock, in vxlan_socket_init()
|