Home
last modified time | relevance | path

Searched refs:fr_findhtable (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_lookup.c267 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 Dip_htable.c128 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 Dfil.c4344 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 Dip_htable.h70 extern iphtable_t *fr_findhtable __P((int, char *, ipf_stack_t *));