Searched refs:getsock_cap (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | uipc_syscalls.c | 202 error = getsock_cap(td, fd, &cap_bind_rights, in kern_bindat() 255 error = getsock_cap(td, s, &cap_listen_rights, in kern_listen() 339 error = getsock_cap(td, s, &cap_accept_rights, in kern_accept4() 499 error = getsock_cap(td, fd, &cap_connect_rights, in kern_connectat() 757 error = getsock_cap(td, s, rights, &fp, NULL, NULL); in kern_sendit() 933 error = getsock_cap(td, s, &cap_recv_rights, in kern_recvit() 1214 error = getsock_cap(td, s, &cap_shutdown_rights, in kern_shutdown() 1272 error = getsock_cap(td, s, &cap_setsockopt_rights, in kern_setsockopt() 1337 error = getsock_cap(td, s, &cap_getsockopt_rights, in kern_getsockopt() 1389 error = getsock_cap(td, fd, &cap_getsockname_rights, in kern_getsockname() [all …]
|
| H A D | kern_sendfile.c | 658 error = getsock_cap(td, s, &cap_send_rights, in sendfile_getsock()
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_syscalls.c | 156 error = getsock_cap(td, uap->sd, cap_rights_init_one(&rights, CAP_PEELOFF), 255 error = getsock_cap(td, uap->sd, &rights, &fp, NULL, NULL); 364 error = getsock_cap(td, uap->sd, &rights, &fp, NULL, NULL); 475 error = getsock_cap(td, uap->sd, cap_rights_init_one(&rights, CAP_RECV),
|
| /f-stack/tools/compat/include/sys/ |
| H A D | socketvar.h | 412 int getsock_cap(struct thread *td, int fd, cap_rights_t *rightsp,
|
| /f-stack/freebsd/sys/ |
| H A D | socketvar.h | 412 int getsock_cap(struct thread *td, int fd, cap_rights_t *rightsp,
|