| /freebsd-14.2/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-14.2/sys/dev/iscsi/ |
| H A D | icl_soft_proxy.c | 113 error = socreate(domain, &so, socktype, protocol, in icl_soft_proxy_connect() 260 error = socreate(domain, &so, socktype, protocol, in icl_listen_add_tcp()
|
| /freebsd-14.2/sys/nfs/ |
| H A D | krpc_subr.c | 222 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-14.2/sys/kgssapi/ |
| H A D | gsstest.c | 610 socreate(AF_INET, &so, SOCK_DGRAM, 0, td->td_ucred, td); in gsstest_get_rpc() 617 socreate(AF_INET6, &so, SOCK_DGRAM, 0, td->td_ucred, td); in gsstest_get_rpc()
|
| /freebsd-14.2/sys/cam/ctl/ |
| H A D | ctl_ha.c | 374 error = socreate(PF_INET, &so, SOCK_STREAM, in ctl_ha_connect() 443 error = socreate(PF_INET, &softc->ha_lso, SOCK_STREAM, in ctl_ha_listen()
|
| /freebsd-14.2/sys/kern/ |
| H A D | uipc_syscalls.c | 169 error = socreate(domain, &so, type, protocol, td->td_ucred, td); in kern_socket() 589 error = socreate(domain, &so1, type, protocol, td->td_ucred, td); in kern_socketpair() 592 error = socreate(domain, &so2, type, protocol, td->td_ucred, td); in kern_socketpair()
|
| H A D | uipc_socket.c | 890 socreate(int dom, struct socket **aso, int type, int proto, in socreate() function
|
| /freebsd-14.2/sys/netinet6/ |
| H A D | ip6_gre.c | 284 error = socreate(sc->gre_family, &gs->so, in in6_gre_setup_socket()
|
| /freebsd-14.2/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 | 857 if ((ret = socreate(PF_INET, &V_udp4_tun_socket, in tcp_over_udp_start() 883 if ((ret = socreate(PF_INET6, &V_udp6_tun_socket, in tcp_over_udp_start()
|
| H A D | sctputil.c | 7519 if ((ret = socreate(PF_INET, &SCTP_BASE_INFO(udp4_tun_socket), in sctp_over_udp_start() 7545 if ((ret = socreate(PF_INET6, &SCTP_BASE_INFO(udp6_tun_socket), in sctp_over_udp_start()
|
| /freebsd-14.2/sys/sys/ |
| H A D | socketvar.h | 510 int socreate(int dom, struct socket **aso, int type, int proto,
|
| /freebsd-14.2/sys/netsmb/ |
| H A D | smb_trantcp.c | 150 error = socreate(AF_INET, &so, SOCK_STREAM, IPPROTO_TCP, in nb_connect_in()
|
| /freebsd-14.2/sys/rpc/ |
| H A D | rpc_generic.c | 268 error = socreate(si.si_af, &so, si.si_socktype, si.si_proto, in __rpc_nconf2socket()
|
| H A D | rpcb_clnt.c | 452 error = socreate(AF_LOCAL, &so, SOCK_STREAM, 0, curthread->td_ucred, in local_rpcb()
|
| /freebsd-14.2/sys/nlm/ |
| H A D | nlm_prot_impl.c | 1532 error = socreate(AF_INET, &nlm_socket, SOCK_DGRAM, 0, in nlm_server_main() 1549 error = socreate(AF_INET6, &nlm_socket6, SOCK_DGRAM, 0, in nlm_server_main()
|
| /freebsd-14.2/sys/netgraph/ |
| H A D | ng_ksocket.c | 582 error = socreate(family, &priv->so, type, protocol, in ng_ksocket_newhook()
|
| /freebsd-14.2/sys/netgraph/bluetooth/socket/ |
| H A D | ng_btsocket_rfcomm.c | 534 error = socreate(PF_BLUETOOTH, &l2so, SOCK_SEQPACKET, in ng_btsocket_rfcomm_connect() 869 socreate_error = socreate(PF_BLUETOOTH, &l2so, SOCK_SEQPACKET, in ng_btsocket_rfcomm_listen()
|
| /freebsd-14.2/sys/fs/nfs/ |
| H A D | nfs_commonkrpc.c | 319 error = socreate(saddr->sa_family, &so, nrp->nr_sotype, in newnfs_connect()
|
| /freebsd-14.2/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-14.2/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-14.2/share/man/man9/ |
| H A D | Makefile | 2089 socket.9 socreate.9 \
|
| /freebsd-14.2/sys/net/ |
| H A D | if_vxlan.c | 992 error = socreate(vso->vxlso_laddr.sa.sa_family, &vso->vxlso_sock, in vxlan_socket_init()
|