Home
last modified time | relevance | path

Searched defs:frentry (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/sys/netpfil/ipfilter/netinet/
H A Dip_fil.h627 typedef struct frentry { struct
629 struct frentry *fr_next; argument
630 struct frentry **fr_pnext; argument
635 struct frentry *fr_dnext; /* 2 fr_die linked list pointers */ argument
636 struct frentry **fr_pdnext; argument
637 void *fr_ifas[4];
638 void *fr_ptr; /* for use with fr_arg */
639 int fr_comment; /* text comment for rule */
640 int fr_size; /* size of this structure */
641 int fr_ref; /* reference count */
[all …]