Lines Matching refs:frentry
420 struct frentry *fin_fr; /* last matching rule */
499 typedef struct frentry *(*ipfunc_t)(fr_info_t *, u_32_t *);
501 struct frentry *);
687 typedef struct frentry * (* frentfunc_t)(fr_info_t *);
689 typedef struct frentry {
691 struct frentry *fr_next;
692 struct frentry **fr_pnext;
697 struct frentry *fr_dnext; /* 2 fr_die linked list pointers */
698 struct frentry **fr_pdnext;
847 #define FR_CMPSIZ (sizeof(struct frentry) - \
848 offsetof(struct frentry, fr_func))
1159 struct frentry *fg_head;
1160 struct frentry *fg_start;
1348 #define IPFOBJ_FRENTRY 0 /* struct frentry */