Home
last modified time | relevance | path

Searched refs:ipo_pnext (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_pool.c558 ifs->ifs_ip_pool_list[unit]->ipo_pnext = &h->ipo_next;
559 h->ipo_pnext = &ifs->ifs_ip_pool_list[unit];
717 ipo->ipo_next->ipo_pnext = ipo->ipo_pnext;
718 *ipo->ipo_pnext = ipo->ipo_next;
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_pool.h50 struct ip_pool_s **ipo_pnext; member