Home
last modified time | relevance | path

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

/src/sys/kern/
H A Duipc_syscalls.c88 getsock_cap(struct thread *td, int fd, const cap_rights_t *rightsp, in getsock_cap() function
343 error = getsock_cap(td, s, &cap_accept_rights, in kern_accept4()
1259 error = getsock_cap(td, s, &cap_setsockopt_rights, &fp, in kern_setsockopt()
1326 error = getsock_cap(td, s, &cap_getsockopt_rights, &fp, &fcaps); in kern_getsockopt()
/src/sys/netinet/
H A Dsctp_syscalls.c156 error = getsock_cap(td, uap->sd, in sys_sctp_peeloff()
/src/sys/sys/
H A Dsocketvar.h491 int getsock_cap(struct thread *td, int fd, const cap_rights_t *rightsp,