Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/ipf/
H A Dip_pool.c132 ipo = ip_pool_find(0, "0", ifs);
306 stats.ipls_list[unit] = ip_pool_find(unit,
327 void *ip_pool_find(unit, name, ifs) in ip_pool_find() function
628 ipo = ip_pool_find(op->iplo_unit, op->iplo_name, ifs);
808 ipo = ip_pool_find(ilp->ili_unit, ilp->ili_name, ifs);
H A Dip_lookup.c243 p = ip_pool_find(op.iplo_unit, op.iplo_name, ifs);
316 p = ip_pool_find(op.iplo_unit, op.iplo_name, ifs);
372 if (ip_pool_find(op.iplo_unit, op.iplo_name, ifs) != NULL)
H A Dfil.c4336 ipo = ip_pool_find(IPL_LOGIPF, name, ifs);
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_pool.h81 extern void *ip_pool_find __P((int, char *, ipf_stack_t *));