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 615 ipe->ipe_dnext->ipe_pdnext = ipe->ipe_pdnext;
616 if (ipe->ipe_pdnext != NULL)
617 *ipe->ipe_pdnext = ipe->ipe_dnext;
618 ipe->ipe_pdnext = NULL;
939 ipe->ipe_pdnext = &n->ipe_dnext;
947 ipe->ipe_pdnext = &softh->ipf_node_explist;
950 ipe->ipe_pdnext = n->ipe_pdnext;
951 n->ipe_pdnext = &ipe->ipe_dnext
    [all...]

Completed in 18 milliseconds