HomeSort by: relevance | last modified time | path
    Searched defs:ipe (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_htable.c 451 iphtent_t *ipe; local
453 while ((ipe = iph->iph_list) != NULL)
454 if (ipf_htent_remove(softc, arg, iph, ipe) != 0)
595 /* ipe(I) - pointer to hash table entry to remove */
601 iphtent_t *ipe)
604 if (iph->iph_tail == &ipe->ipe_next)
605 iph->iph_tail = ipe->ipe_pnext;
607 if (ipe->ipe_hnext != NULL)
608 ipe->ipe_hnext->ipe_phnext = ipe->ipe_phnext
867 iphtent_t *ipe; local
998 iphtent_t ipe, *ent; local
1055 iphtent_t *ipe; local
1089 iphtent_t *ipe; local
1132 iphtent_t *ipe; local
1330 iphtent_t *ipe; local
    [all...]
  /src/sys/dev/usb/
if_mue.c 898 bool tso, ipe, tpe; local
905 ipe = csum & M_CSUM_IPv4;
931 if (ipe)
  /src/sys/arch/hppa/dev/
astro.c 669 struct iommu_page_entry ipe; local
671 ipe.ipe_pa = pa;
672 if (SPLAY_FIND(iommu_page_tree, &ipm->ipm_tree, &ipe))

Completed in 24 milliseconds