HomeSort by: relevance | last modified time | path
    Searched refs:ipe (Results 1 - 4 of 4) 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...]
ip_pool.c 1004 /* ipe(I) - address being deleted as a node */
1011 ip_pool_t *ipo, ip_pool_node_t *ipe)
1015 if (ipo->ipo_tail == &ipe->ipn_next)
1016 ipo->ipo_tail = ipe->ipn_pnext;
1018 if (ipe->ipn_pnext != NULL)
1019 *ipe->ipn_pnext = ipe->ipn_next;
1020 if (ipe->ipn_next != NULL)
1021 ipe->ipn_next->ipn_pnext = ipe->ipn_pnext
    [all...]
  /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))
  /src/sys/dev/usb/
if_mue.c 898 bool tso, ipe, tpe; local in function:mue_uno_tx_prepare
905 ipe = csum & M_CSUM_IPv4;
931 if (ipe)

Completed in 17 milliseconds