Searched refs:socreate (Results 1 – 11 of 11) sorted by relevance
| /f-stack/lib/ |
| H A D | ff_veth.c | 399 socreate(AF_INET, &so, SOCK_DGRAM, 0, curthread->td_ucred, curthread); in ff_veth_setaddr() 459 socreate(AF_INET, &so, SOCK_DGRAM, 0, curthread->td_ucred, curthread); in ff_veth_setvaddr() 510 socreate(AF_INET6, &so, SOCK_DGRAM, 0, curthread->td_ucred, curthread); in ff_veth_setaddr6() 567 socreate(AF_INET6, &so, SOCK_DGRAM, 0, curthread->td_ucred, curthread); in ff_veth_setvaddr6()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | socketvar.h | 428 int socreate(int dom, struct socket **aso, int type, int proto,
|
| /f-stack/freebsd/sys/ |
| H A D | socketvar.h | 428 int socreate(int dom, struct socket **aso, int type, int proto,
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_syscalls.c | 161 error = socreate(domain, &so, type, protocol, td->td_ucred, td); in kern_socket() 593 error = socreate(domain, &so1, type, protocol, td->td_ucred, td); in kern_socketpair() 596 error = socreate(domain, &so2, type, protocol, td->td_ucred, td); in kern_socketpair()
|
| H A D | uipc_socket.c | 506 socreate(int dom, struct socket **aso, int type, int proto, in socreate() function
|
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_gre.c | 300 error = socreate(sc->gre_family, &gs->so, in in6_gre_setup_socket()
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_gre.c | 304 error = socreate(sc->gre_family, &gs->so, in in_gre_setup_socket()
|
| H A D | sctputil.c | 7461 if ((ret = socreate(PF_INET, &SCTP_BASE_INFO(udp4_tun_socket), in sctp_over_udp_start() 7487 if ((ret = socreate(PF_INET6, &SCTP_BASE_INFO(udp6_tun_socket), in sctp_over_udp_start()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_ksocket.c | 580 error = socreate(family, &priv->so, type, protocol, in ng_ksocket_newhook()
|
| /f-stack/freebsd/netgraph/bluetooth/socket/ |
| H A D | ng_btsocket_rfcomm.c | 537 error = socreate(PF_BLUETOOTH, &l2so, SOCK_SEQPACKET, in ng_btsocket_rfcomm_connect() 872 socreate_error = socreate(PF_BLUETOOTH, &l2so, SOCK_SEQPACKET, in ng_btsocket_rfcomm_listen()
|
| /f-stack/freebsd/net/ |
| H A D | if_vxlan.c | 975 error = socreate(vso->vxlso_laddr.sa.sa_family, &vso->vxlso_sock, in vxlan_socket_init()
|