Home
last modified time | relevance | path

Searched refs:MASK_DSTOPTS (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/include/linux/netfilter_ipv6/
Dip6t_esp.h11 #define MASK_DSTOPTS 64 macro
Dip6t_ipv6header.h19 #define MASK_DSTOPTS 64 macro
Dip6t_ah.h22 #define MASK_DSTOPTS 64 macro
Dip6t_frag.h25 #define MASK_DSTOPTS 64 macro
Dip6t_opts.h24 #define MASK_DSTOPTS 64 macro
Dip6t_rt.h34 #define MASK_DSTOPTS 64 macro
/linux-2.4.37.9/net/ipv6/netfilter/
Dip6t_dst.c109 temp |= MASK_DSTOPTS;
142 if ( temp != MASK_DSTOPTS ) return 0;
Dip6t_hbh.c109 temp |= MASK_DSTOPTS;
142 if ( temp != MASK_DSTOPTS ) return 0;
Dip6t_ipv6header.c91 temp |= MASK_DSTOPTS; in ipv6header_match()