Searched refs:fr_func (Results 1 – 7 of 7) sorted by relevance
40 } else if (fp->fr_func != NULL) {44 s = kvatoname(fp->fr_func, iocfunc);
2464 f = (*fr->fr_func)(fin, &pass); in ipf_scanlist()2504 if ((fr->fr_func == NULL) || in ipf_scanlist()2505 (fr->fr_func == (ipfunc_t)-1)) in ipf_scanlist()2510 fr = (*fr->fr_func)(fin, &passt); in ipf_scanlist()2721 if ((fr != NULL) && (fr->fr_func != NULL) && in ipf_firewall()2722 (fr->fr_func != (ipfunc_t)-1) && !(pass & FR_CALLNOW)) in ipf_firewall()2723 (void) (*fr->fr_func)(fin, &pass); in ipf_firewall()4377 if (memcmp(&fr1->fr_func, &fr2->fr_func, in ipf_rule_compare()4378 fr1->fr_size - offsetof(struct frentry, fr_func)) != 0) in ipf_rule_compare()4511 if ((makecopy == 1) && (fp->fr_func != NULL)) { in frrequest()[all …]
181 ipfunc_t fr_func; /* call this function */ member231 ipfunc_t fr_func; member284 ipfunc_t fr_func; member1914 fr->fr_func = old->fr_func; in frentry_4_1_34_to_current()2043 fr->fr_func = old->fr_func; in frentry_4_1_16_to_current()2173 fr->fr_func = old->fr_func; in frentry_4_1_0_to_current()3704 old->fr_func = fr->fr_func; in frentry_current_to_4_1_34()3797 old->fr_func = fr->fr_func; in frentry_current_to_4_1_16()3890 old->fr_func = fr->fr_func; in frentry_current_to_4_1_0()
742 ipfunc_t fr_func; /* call this function */ member848 offsetof(struct frentry, fr_func))
428 fr->fr_func = NULL; in ipf_auth_check()
181 ipfunc_t fr_func; /* call this function */ member231 ipfunc_t fr_func; member284 ipfunc_t fr_func; member1925 fr->fr_func = old->fr_func;2057 fr->fr_func = old->fr_func;2190 fr->fr_func = old->fr_func;3784 old->fr_func = fr->fr_func;3879 old->fr_func = fr->fr_func;3974 old->fr_func = fr->fr_func;
378 { fr->fr_func = nametokva($1, ipfioctls[IPL_LOGIPF]);