Searched refs:extmac (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | uipc_socket.c | 3823 struct mac extmac; local 3942 error = sooptcopyin(sopt, &extmac, sizeof extmac, 3943 sizeof extmac); 3947 so, &extmac); 4084 struct mac extmac; local 4209 error = sooptcopyin(sopt, &extmac, sizeof(extmac), 4210 sizeof(extmac)); 4214 so, &extmac); 4225 error = sooptcopyin(sopt, &extmac, sizeof(extmac), 4226 sizeof(extmac)); [all …]
|
| /freebsd/sys/security/mac/ |
| H A D | mac_framework.h | 433 const struct mac *extmac); 435 const struct mac *extmac); 437 const struct mac *extmac);
|