HomeSort by: relevance | last modified time | path
    Searched refs:ipe_pdnext (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_htable.h 11 struct iphtent_s *ipe_dnext, **ipe_pdnext; member in struct:iphtent_s
ip_htable.c 614 ipe->ipe_dnext->ipe_pdnext = ipe->ipe_pdnext;
615 if (ipe->ipe_pdnext != NULL)
616 *ipe->ipe_pdnext = ipe->ipe_dnext;
617 ipe->ipe_pdnext = NULL;
938 ipe->ipe_pdnext = &n->ipe_dnext;
946 ipe->ipe_pdnext = &softh->ipf_node_explist;
949 ipe->ipe_pdnext = n->ipe_pdnext;
950 n->ipe_pdnext = &ipe->ipe_dnext
    [all...]

Completed in 13 milliseconds