Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac/
H A Dmac_socket.c147 mac_socket_init(struct socket *so, int flag) in mac_socket_init() function
H A Dmac_framework.h345 int mac_socket_init(struct socket *, int);
/f-stack/freebsd/kern/
H A Duipc_socket.c404 if (mac_socket_init(so, M_NOWAIT) != 0) { in soalloc()