HomeSort by: relevance | last modified time | path
    Searched defs:fr_func (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_fil_compat.c 181 ipfunc_t fr_func; /* call this function */ member in struct:frentry_4_1_34
231 ipfunc_t fr_func; member in struct:frentry_4_1_16
284 ipfunc_t fr_func; member in struct:frentry_4_1_0
1914 fr->fr_func = old->fr_func;
2043 fr->fr_func = old->fr_func;
2173 fr->fr_func = old->fr_func;
3704 old->fr_func = fr->fr_func
    [all...]
ip_fil.h 676 FR_T_CALLFUNC, /* callout to function in fr_func only */
711 * on the other side of fr_func.
742 ipfunc_t fr_func; /* call this function */ member in struct:frentry
848 offsetof(struct frentry, fr_func))
868 #define FR_CALLNOW 0x00020 /* call another function (fr_func) if matches */

Completed in 16 milliseconds