Searched refs:ip_pool_find (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/inet/ipf/ |
H A D | ip_pool.c | 132 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 D | ip_lookup.c | 243 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 D | fil.c | 4336 ipo = ip_pool_find(IPL_LOGIPF, name, ifs);
|
/titanic_41/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_pool.h | 81 extern void *ip_pool_find __P((int, char *, ipf_stack_t *));
|