Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/kern/
Duipc_syscalls.c136 getsock_cap(struct filedesc *fdp, int fd, cap_rights_t rights, in getsock_cap() function
266 error = getsock_cap(td->td_proc->p_fd, fd, CAP_BIND, &fp, NULL);
297 error = getsock_cap(td->td_proc->p_fd, uap->s, CAP_LISTEN, &fp, NULL);
387 error = getsock_cap(fdp, s, CAP_ACCEPT, &headfp, &fflag); in kern_accept()
575 error = getsock_cap(td->td_proc->p_fd, fd, CAP_CONNECT, &fp, NULL);
810 error = getsock_cap(td->td_proc->p_fd, s, rights, &fp, NULL);
1014 error = getsock_cap(td->td_proc->p_fd, s, CAP_READ, &fp, NULL);
1328 error = getsock_cap(td->td_proc->p_fd, uap->s, CAP_SHUTDOWN, &fp,
1392 error = getsock_cap(td->td_proc->p_fd, s, CAP_SETSOCKOPT, &fp, NULL);
1471 error = getsock_cap(td->td_proc->p_fd, s, CAP_GETSOCKOPT, &fp, NULL);
[all …]