Home
last modified time | relevance | path

Searched refs:ifs_ip_pool_list (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_pool.c266 for (q = ifs->ifs_ip_pool_list[i]; (p = q) != NULL; ) {
303 stats.ipls_list[i] = ifs->ifs_ip_pool_list[i];
309 stats.ipls_list[unit] = ifs->ifs_ip_pool_list[unit];
534 for (p = ifs->ifs_ip_pool_list[unit]; p != NULL; ) {
543 p = ifs->ifs_ip_pool_list[unit];
556 h->ipo_next = ifs->ifs_ip_pool_list[unit];
557 if (ifs->ifs_ip_pool_list[unit] != NULL)
558 ifs->ifs_ip_pool_list[unit]->ipo_pnext = &h->ipo_next;
559 h->ipo_pnext = &ifs->ifs_ip_pool_list[unit];
560 ifs->ifs_ip_pool_list[unit] = h;
[all …]
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dipf_stack.h255 ip_pool_t *ifs_ip_pool_list[IPL_LOGSIZE]; member
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipftest.c672 for (ipl = ifs->ifs_ip_pool_list[i]; ipl != NULL;