Searched refs:FR_T_BUILTIN (Results 1 – 6 of 6) sorted by relevance
100 fp->fr_type = FR_T_CALLFUNC|FR_T_BUILTIN; in ipfrule_add_out_()162 fp->fr_type = FR_T_CALLFUNC|FR_T_BUILTIN; in ipfrule_add_in_()
2030 case FR_T_IPF|FR_T_BUILTIN :2036 case FR_T_BPFOPC|FR_T_BUILTIN :2050 case FR_T_CALLFUNC|FR_T_BUILTIN :3520 if ((fp->fr_type & FR_T_BUILTIN) ||4212 if ((fp->fr_flags & FR_T_BUILTIN) != 0)4218 if ((fp->fr_type & FR_T_BUILTIN) == 0)4335 switch (fp->fr_type & ~FR_T_BUILTIN)
644 #define FR_T_BUILTIN 0x80000000 /* rule is in kernel space */ macro
105 type = fp->fr_type & ~FR_T_BUILTIN;107 if ((fp->fr_type & FR_T_BUILTIN) != 0)
142 fr->fr_type |= FR_T_BUILTIN;153 fr->fr_type &= ~FR_T_BUILTIN;
928 type = fb.fr_type & ~FR_T_BUILTIN;