Home
last modified time | relevance | path

Searched refs:TCP_RESERVED_BITS (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/linux/
Dtcp.h113 TCP_RESERVED_BITS = __constant_htonl(0x0F000000), enumerator
/linux-2.4.37.9/include/net/
Dtcp_ecn.h6 #define TCP_HP_BITS (~(TCP_RESERVED_BITS|TCP_FLAG_PSH))
/linux-2.4.37.9/net/ipv4/netfilter/
Dipt_LOG.c107 printk("RES=0x%02x ", (u_int8_t)(ntohl(tcp_flag_word(tcph) & TCP_RESERVED_BITS) >> 22)); in dump_packet()
Dipt_unclean.c345 if(tcp_flag_word(tcph) & TCP_RESERVED_BITS) { in check_tcp()
/linux-2.4.37.9/net/ipv6/netfilter/
Dip6t_LOG.c234 printk("RES=0x%02x ", (u_int8_t)(ntohl(tcp_flag_word(tcph) & TCP_RESERVED_BITS) >> 22)); in dump_packet()