OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipe
(Results
1 - 4
of
4
) 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
...]
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
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
905
ipe
= csum & M_CSUM_IPv4;
931
if (
ipe
)
Completed in 22 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026