Home
last modified time | relevance | path

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

/freebsd-13.1/sys/security/mac/
H A Dmac_pipe.c182 mac_pipe_check_read(struct ucred *cred, struct pipepair *pp) in mac_pipe_check_read() function
H A Dmac_framework.h264 int mac_pipe_check_read(struct ucred *cred, struct pipepair *pp);
/freebsd-13.1/sys/kern/
H A Dsys_pipe.c708 error = mac_pipe_check_read(active_cred, rpipe->pipe_pair); in pipe_read()