OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ifgh
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dist/pf/net/
if_compat.c
98
struct ifg_list_head *
ifgh
;
local
100
ifgh
= malloc(sizeof(struct ifg_list_head), M_TEMP, M_WAITOK);
101
TAILQ_INIT(
ifgh
);
103
ifp->if_pf_groups =
ifgh
;
109
struct ifg_list_head *
ifgh
= if_get_groups(ifp);
local
111
free(
ifgh
, M_TEMP);
150
struct ifg_list_head *
ifgh
= if_get_groups(ifp);
local
159
TAILQ_FOREACH(ifgl,
ifgh
, ifgl_next)
188
TAILQ_INSERT_TAIL(
ifgh
, ifgl, ifgl_next);
203
struct ifg_list_head *
ifgh
= if_get_groups(ifp)
local
[
all
...]
pf_if.c
274
struct ifg_list_head *
ifgh
=
local
277
TAILQ_FOREACH(p,
ifgh
, ifgl_next)
505
struct ifg_list_head *
ifgh
= if_get_groups(kif->pfik_ifp);
local
507
TAILQ_FOREACH(ifgl,
ifgh
, ifgl_next)
Completed in 14 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026