HomeSort by: relevance | last modified time | path
    Searched refs:fr_block (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_fil.h 855 #define FR_BLOCK 0x00001 /* do not allow packet to pass */
898 #define FR_ISBLOCK(x) (((x) & FR_CMDMASK) == FR_BLOCK)
989 u_long fr_block; /* packets denied */ member in struct:ipf_statistics
ip_fil_compat.c 482 u_long fr_block; /* packets denied */ member in struct:filterstats_4_1
1827 nflags |= FR_BLOCK;
3606 case FR_BLOCK :
fil.c 2528 passt |= FR_BLOCK|FR_QUICK;
2699 pass |= FR_BLOCK;
2916 pass = FR_BLOCK|FR_NOMATCH;
2929 pass = FR_BLOCK|FR_NOMATCH;
3024 pass |= FR_BLOCK;
3053 pass |= FR_BLOCK;
3201 LBUMP(ipf_stats[out].fr_block);
3256 case FR_BLOCK :
3317 pass |= FR_BLOCK;
8366 pass |= FR_BLOCK|FR_QUICK
    [all...]

Completed in 75 milliseconds