Home
last modified time | relevance | path

Searched refs:fg_head (Results 1 – 3 of 3) sorted by relevance

/freebsd/sbin/ipf/ipf/
H A Dipfcomp.c191 g->fg_head = f; in addrule()
231 g->fg_head = f; in addrule()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dfil.c3512 if (fg->fg_head == NULL && head != NULL) in ipf_group_add()
3513 fg->fg_head = head; in ipf_group_add()
3524 fg->fg_head = head; in ipf_group_add()
3554 if (group->fg_head == fr) in ipf_group_del()
3555 group->fg_head = NULL; in ipf_group_del()
H A Dip_fil.h1097 struct frentry *fg_head; member