Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Duipc_syscalls.c202 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 Dkern_sendfile.c658 error = getsock_cap(td, s, &cap_send_rights, in sendfile_getsock()
/f-stack/freebsd/netinet/
H A Dsctp_syscalls.c156 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 Dsocketvar.h412 int getsock_cap(struct thread *td, int fd, cap_rights_t *rightsp,
/f-stack/freebsd/sys/
H A Dsocketvar.h412 int getsock_cap(struct thread *td, int fd, cap_rights_t *rightsp,