Searched refs:getsock_cap (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/kern/
H A Duipc_syscalls.c94 getsock_cap(struct thread *td, int fd, cap_rights_t *rightsp, function
199 error = getsock_cap(td, fd, &cap_bind_rights,
252 error = getsock_cap(td, s, &cap_listen_rights,
336 error = getsock_cap(td, s, &cap_accept_rights,
496 error = getsock_cap(td, fd, &cap_connect_rights,
751 error = getsock_cap(td, s, rights, &fp, NULL, NULL);
927 error = getsock_cap(td, s, &cap_recv_rights,
1208 error = getsock_cap(td, s, &cap_shutdown_rights,
1266 error = getsock_cap(td, s, &cap_setsockopt_rights,
1331 error = getsock_cap(t
[all...]
H A Dkern_sendfile.c658 error = getsock_cap(td, s, &cap_send_rights,
/freebsd-13-stable/sys/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),
/freebsd-13-stable/sys/sys/
H A Dsocketvar.h409 int getsock_cap(struct thread *td, int fd, cap_rights_t *rightsp,
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_socket.c957 error = getsock_cap(td, args->s, &cap_connect_rights,
1027 error1 = getsock_cap(td, s, &cap_accept_rights, &fp1, NULL, NULL);
1192 error = getsock_cap(td, args->s, &cap_send_rights, &fp,
1361 error = getsock_cap(td, s, &cap_send_rights, &fp,
/freebsd-13-stable/sys/dev/iscsi_initiator/
H A Discsi.c395 error = getsock_cap(td, fd, cap_rights_init_one(&rights, CAP_SOCK_CLIENT),

Completed in 164 milliseconds