Searched refs:rules_check (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/security/mac_ipacl/ |
H A D | mac_ipacl.c | 317 rules_check(struct ucred *cred, in rules_check() function 409 return rules_check(cred, &ip4_addr, ifp); in ipacl_ip4_check_jail() 430 return rules_check(cred, &ip6_addr, ifp); in ipacl_ip6_check_jail()
|
/freebsd/sys/security/mac_portacl/ |
H A D | mac_portacl.c | 377 rules_check(struct ucred *cred, int family, int type, u_int16_t port) in rules_check() function 477 return (rules_check(cred, family, type, port)); in socket_check_bind()
|