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

/freebsd-10-stable/sys/ofed/include/linux/
H A Dnet.h40 return -socreate(family, res, type, proto, curthread->td_ucred,
/freebsd-10-stable/sys/dev/iscsi/
H A Dicl_proxy.c122 error = socreate(domain, &so, socktype, protocol,
317 error = socreate(domain, &so, socktype, protocol,
320 ICL_WARN("socreate failed with error %d", error);
/freebsd-10-stable/sys/dev/streams/
H A Dstreams.c182 * We only need open() and close() routines. open() calls socreate()
250 error = socreate(family, &so, type, protocol, td->td_ucred, td);
/freebsd-10-stable/sys/nfs/
H A Dkrpc_subr.c222 if ((error = socreate(AF_INET, &so, SOCK_DGRAM, 0, td->td_ucred, td)))
H A Dbootp_subr.c1718 error = socreate(AF_INET, &bootp_so, SOCK_DGRAM, 0, td->td_ucred, td);
1720 panic("%s: socreate, error=%d", __func__, error);
/freebsd-10-stable/sys/sys/
H A Dsocketvar.h333 int socreate(int dom, struct socket **aso, int type, int proto,
/freebsd-10-stable/sys/kgssapi/
H A Dgsstest.c611 socreate(AF_INET, &so, SOCK_DGRAM, 0, td->td_ucred, td);
618 socreate(AF_INET6, &so, SOCK_DGRAM, 0, td->td_ucred, td);
/freebsd-10-stable/sys/cam/ctl/
H A Dctl_ha.c435 error = socreate(PF_INET, &so, SOCK_STREAM,
438 printf("%s: socreate() error %d\n", __func__, error);
529 error = socreate(PF_INET, &softc->ha_lso, SOCK_STREAM,
532 printf("%s: socreate() error %d\n", __func__, error);
/freebsd-10-stable/sys/netsmb/
H A Dsmb_trantcp.c150 error = socreate(AF_INET, &so, SOCK_STREAM, IPPROTO_TCP,
/freebsd-10-stable/sys/rpc/
H A Drpc_generic.c267 error = socreate(si.si_af, &so, si.si_socktype, si.si_proto,
H A Drpcb_clnt.c452 error = socreate(AF_LOCAL, &so, SOCK_STREAM, 0, curthread->td_ucred,
/freebsd-10-stable/sys/kern/
H A Duipc_syscalls.c218 error = socreate(uap->domain, &so, type, uap->protocol,
736 error = socreate(domain, &so1, type, protocol, td->td_ucred, td);
739 error = socreate(domain, &so2, type, protocol, td->td_ucred, td);
H A Duipc_socket.c39 * socreate() and sonewconn(). Socket layer private.
46 * from socreate() and sonewconn(). Socket layer private.
59 * socreate() creates a socket and attaches protocol state. This is a public
88 * NOTE: In addition to socreate() and soclose(), which provide a single
398 * socreate returns a socket with a ref count of 1. The socket should be
402 socreate(int dom, struct socket **aso, int type, int proto, function
461 KASSERT(so->so_count == 1, ("socreate: so_count %d",
/freebsd-10-stable/sys/netgraph/
H A Dng_ksocket.c590 error = socreate(family, &priv->so, type, protocol,
/freebsd-10-stable/sys/nlm/
H A Dnlm_prot_impl.c1550 error = socreate(AF_INET, &nlm_socket, SOCK_DGRAM, 0,
1567 error = socreate(AF_INET6, &nlm_socket6, SOCK_DGRAM, 0,
/freebsd-10-stable/sys/fs/nfs/
H A Dnfs_commonkrpc.c226 error = socreate(saddr->sa_family, &so, nrp->nr_sotype,
/freebsd-10-stable/sys/nfsclient/
H A Dnfs_vfsops.c460 error = socreate(nd->myif.ifra_addr.sa_family, &so, nd->root_args.sotype, 0,
463 panic("nfs_mountroot: socreate(%04x): %d",
/freebsd-10-stable/share/man/man9/
H A DMakefile1277 socket.9 socreate.9 \
/freebsd-10-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_rfcomm.c529 * Note that we will not check for errors in socreate() because
534 error = socreate(PF_BLUETOOTH, &l2so, SOCK_SEQPACKET,
548 * socreate()
864 * Note that we will not check for errors in socreate() because
869 socreate_error = socreate(PF_BLUETOOTH, &l2so, SOCK_SEQPACKET,
891 * from socreate()
/freebsd-10-stable/sys/fs/nfsclient/
H A Dnfs_clvfsops.c422 error = socreate(nd->myif.ifra_addr.sa_family, &so, nd->root_args.sotype, 0,
425 panic("nfs_mountroot: socreate(%04x): %d",
/freebsd-10-stable/sys/net/
H A Dif_vxlan.c925 error = socreate(vso->vxlso_laddr.sa.sa_family, &vso->vxlso_sock,
/freebsd-10-stable/sys/netinet/
H A Dsctputil.c7073 if ((ret = socreate(PF_INET, &SCTP_BASE_INFO(udp4_tun_socket),
7097 if ((ret = socreate(PF_INET6, &SCTP_BASE_INFO(udp6_tun_socket),

Completed in 249 milliseconds