Searched refs:extmac (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/security/mac/ |
H A D | mac_framework.h | 415 const struct mac *extmac); 417 const struct mac *extmac); 419 const struct mac *extmac);
|
/freebsd/sys/kern/ |
H A D | uipc_socket.c | 3798 struct mac extmac; local 3920 error = sooptcopyin(sopt, &extmac, sizeof extmac, 3921 sizeof extmac); 3925 so, &extmac); 4062 struct mac extmac; local 4190 error = sooptcopyin(sopt, &extmac, sizeof(extmac), 4191 sizeof(extmac)); 4195 so, &extmac); 4206 error = sooptcopyin(sopt, &extmac, sizeof(extmac), 4207 sizeof(extmac)); [all …]
|