Searched refs:xuc (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/netinet6/ |
| H A D | sctp6_usrreq.c | 399 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 D | udp6_usrreq.c | 651 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 D | tcp_subr.c | 2350 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 D | udp_usrreq.c | 930 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 D | sctp_usrreq.c | 352 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()
|