Home
last modified time | relevance | path

Searched refs:FR_SKIP (Results 1 – 2 of 2) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/ipf/netinet/
H A Dip_fil.h860 #define FR_SKIP 0x00006 /* skip rule */ macro
903 #define FR_ISSKIP(x) (((x) & FR_CMDMASK) == FR_SKIP)
H A Dip_fil_compat.c1842 nflags |= FR_SKIP; in fr_frflags4to5()
3622 case FR_SKIP : in fr_frflags5to4()