Searched refs:ipe_ptr (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/external/bsd/ipf/netinet/ |
H A D | ip_htable.c | 630 ipf_group_del(softc, ipe->ipe_ptr, NULL); in ipf_htent_remove() 634 ipe->ipe_ptr = NULL; in ipf_htent_remove() 966 ipe->ipe_ptr = ipf_group_add(softc, ipe->ipe_group, NULL, in ipf_htent_insert() 972 ipe->ipe_ptr = NULL; in ipf_htent_insert() 1063 rval = ipe->ipe_ptr; in ipf_iphmfindgroup()
|
H A D | ip_htable.h | 13 void *ipe_ptr; member
|
/netbsd-src/external/bsd/ipf/dist/ |
H A D | ip_htable.h | 13 void *ipe_ptr; member
|
H A D | ip_htable.c | 656 ipf_group_del(softc, ipe->ipe_ptr, NULL); 660 ipe->ipe_ptr = NULL; 1014 ipe->ipe_ptr = ipf_group_add(softc, ipe->ipe_group, NULL, 1020 ipe->ipe_ptr = NULL; 1118 rval = ipe->ipe_ptr;
|