Home | Sort by: relevance | last modified time | path |
/src/sys/dist/pf/net/ | |
if_compat.c | 98 struct ifg_list_head *ifgh; local in function:if_init_groups 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 in function:if_destroy_groups 111 free(ifgh, M_TEMP); 150 struct ifg_list_head *ifgh = if_get_groups(ifp); local in function:if_addgroup 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 in function:if_delgroup [all...] |
pf_if.c | 274 struct ifg_list_head *ifgh = local in function:pfi_kif_match 277 TAILQ_FOREACH(p, ifgh, ifgl_next) 505 struct ifg_list_head *ifgh = if_get_groups(kif->pfik_ifp); local in function:pfi_kif_update 507 TAILQ_FOREACH(ifgl, ifgh, ifgl_next) |