Searched refs:TCP_RESERVED_BITS (Results 1 – 5 of 5) sorted by relevance
113 TCP_RESERVED_BITS = __constant_htonl(0x0F000000), enumerator
6 #define TCP_HP_BITS (~(TCP_RESERVED_BITS|TCP_FLAG_PSH))
107 printk("RES=0x%02x ", (u_int8_t)(ntohl(tcp_flag_word(tcph) & TCP_RESERVED_BITS) >> 22)); in dump_packet()
345 if(tcp_flag_word(tcph) & TCP_RESERVED_BITS) { in check_tcp()
234 printk("RES=0x%02x ", (u_int8_t)(ntohl(tcp_flag_word(tcph) & TCP_RESERVED_BITS) >> 22)); in dump_packet()