Searched refs:ipo_head (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/inet/ipf/ |
H A D | ip_pool.c | 358 n = ipo->ipo_head->rnh_lookup(addr, mask, ipo->ipo_head); 412 rn = ipo->ipo_head->rnh_matchaddr(&v, ipo->ipo_head); 464 rn = ipo->ipo_head->rnh_addaddr(&x->ipn_addr, &x->ipn_mask, 465 ipo->ipo_head, x->ipn_nodes); 515 if (rn_inithead((void **)&h->ipo_head, 599 ipo->ipo_head->rnh_deladdr(&n->ipn_addr, &n->ipn_mask, 600 ipo->ipo_head); 703 ipo->ipo_head->rnh_deladdr(&n->ipn_addr, &n->ipn_mask, 704 ipo->ipo_head); 719 rn_freehead(ipo->ipo_head);
|
/titanic_50/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_pool.h | 51 struct radix_node_head *ipo_head; member
|