Searched refs:extmac (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | uipc_socket.c | 3892 struct mac extmac; local 4020 error = sooptcopyin(sopt, &extmac, sizeof extmac, 4021 sizeof extmac); 4025 so, &extmac); 4162 struct mac extmac; local 4296 error = sooptcopyin(sopt, &extmac, sizeof(extmac), 4297 sizeof(extmac)); 4301 so, &extmac); 4312 error = sooptcopyin(sopt, &extmac, sizeof(extmac), 4313 sizeof(extmac)); [all …]
|
| /freebsd/sys/security/mac/ |
| H A D | mac_framework.h | 440 const struct mac *extmac); 442 const struct mac *extmac); 444 const struct mac *extmac);
|