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 450 iphtent_t *ipe; local in function:ipf_htable_clear
452 while ((ipe = iph->iph_list) != NULL)
453 if (ipf_htent_remove(softc, arg, iph, ipe) != 0)
594 /* ipe(I) - pointer to hash table entry to remove */
600 iphtent_t *ipe)
603 if (iph->iph_tail == &ipe->ipe_next)
604 iph->iph_tail = ipe->ipe_pnext;
606 if (ipe->ipe_hnext != NULL)
607 ipe->ipe_hnext->ipe_phnext = ipe->ipe_phnext
866 iphtent_t *ipe; local in function:ipf_htent_insert
997 iphtent_t ipe, *ent; local in function:ipf_htent_find
1054 iphtent_t *ipe; local in function:ipf_iphmfindgroup
1088 iphtent_t *ipe; local in function:ipf_iphmfindip
1131 iphtent_t *ipe; local in function:ipf_iphmfind
1329 iphtent_t *ipe; local in function:ipf_iphmfind6
    [all...]
  /src/sys/dev/usb/
if_mue.c 905 bool tso, ipe, tpe; local in function:mue_uno_tx_prepare
912 ipe = csum & M_CSUM_IPv4;
938 if (ipe)
  /src/sys/arch/hppa/dev/
astro.c 669 struct iommu_page_entry ipe; local in function:iommu_iomap_insert_page
671 ipe.ipe_pa = pa;
672 if (SPLAY_FIND(iommu_page_tree, &ipm->ipm_tree, &ipe))

Completed in 12 milliseconds