Searched refs:FR_T_BUILTIN (Results 1 – 5 of 5) sorted by relevance
31 type = fp->fr_type & ~FR_T_BUILTIN;33 if ((fp->fr_type & FR_T_BUILTIN) != 0)
128 fr->fr_type |= FR_T_BUILTIN;139 fr->fr_type &= ~FR_T_BUILTIN;
927 type = fb.fr_type & ~FR_T_BUILTIN;
1927 case FR_T_IPF|FR_T_BUILTIN :1933 case FR_T_BPFOPC|FR_T_BUILTIN :1947 case FR_T_CALLFUNC|FR_T_BUILTIN :3530 if ((fp->fr_type & FR_T_BUILTIN) ||4404 if ((fp->fr_flags & FR_T_BUILTIN) != 0)4410 if ((fp->fr_type & FR_T_BUILTIN) == 0)4535 switch (fp->fr_type & ~FR_T_BUILTIN)
691 #define FR_T_BUILTIN 0x80000000 /* rule is in kernel space */ macro