Searched refs:fr_findhtable (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | ip_lookup.c | 267 iph = fr_findhtable(op.iplo_unit, op.iplo_name, ifs); 334 iph = fr_findhtable(op.iplo_unit, op.iplo_name, ifs); 379 if (fr_findhtable(op.iplo_unit, op.iplo_name, ifs) != NULL)
|
H A D | ip_htable.c | 128 if (fr_findhtable(op->iplo_unit, op->iplo_name, ifs) != NULL) { 193 iph = fr_findhtable(op->iplo_unit, op->iplo_name, ifs); 256 iphtable_t *fr_findhtable(unit, name, ifs) in fr_findhtable() function 690 iph = fr_findhtable(ilp->ili_unit, ilp->ili_name, ifs);
|
H A D | fil.c | 4344 iph = fr_findhtable(IPL_LOGIPF, name, ifs); 5053 iph = fr_findhtable(IPL_LOGIPF, name, ifs);
|
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_htable.h | 70 extern iphtable_t *fr_findhtable __P((int, char *, ipf_stack_t *));
|