Home
last modified time | relevance | path

Searched refs:xuc (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/netinet6/
H A Dsctp6_usrreq.c399 struct xucred xuc; in sctp6_getcred() local
453 cru2x(inp->sctp_socket->so_cred, &xuc); in sctp6_getcred()
455 error = SYSCTL_OUT(req, &xuc, sizeof(struct xucred)); in sctp6_getcred()
H A Dudp6_usrreq.c651 struct xucred xuc; in udp6_getcred() local
685 cru2x(inp->inp_cred, &xuc); in udp6_getcred()
690 error = SYSCTL_OUT(req, &xuc, sizeof(struct xucred)); in udp6_getcred()
/f-stack/freebsd/netinet/
H A Dtcp_subr.c2350 struct xucred xuc; in tcp_getcred() local
2372 cru2x(inp->inp_cred, &xuc); in tcp_getcred()
2377 error = SYSCTL_OUT(req, &xuc, sizeof(struct xucred)); in tcp_getcred()
2392 struct xucred xuc; in tcp6_getcred() local
2440 cru2x(inp->inp_cred, &xuc); in tcp6_getcred()
2445 error = SYSCTL_OUT(req, &xuc, sizeof(struct xucred)); in tcp6_getcred()
H A Dudp_usrreq.c930 struct xucred xuc; in udp_getcred() local
954 cru2x(inp->inp_cred, &xuc); in udp_getcred()
959 error = SYSCTL_OUT(req, &xuc, sizeof(struct xucred)); in udp_getcred()
H A Dsctp_usrreq.c352 struct xucred xuc; in sctp_getcred() local
401 cru2x(inp->sctp_socket->so_cred, &xuc); in sctp_getcred()
403 error = SYSCTL_OUT(req, &xuc, sizeof(struct xucred)); in sctp_getcred()