Searched refs:tcp_flag_word (Results 1 – 6 of 6) sorted by relevance
102 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3]) macro
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()
808 u32 flg = tcp_flag_word(th) & (TCP_FLAG_RST|TCP_FLAG_SYN|TCP_FLAG_ACK); in tcp_check_req()
163 !(tcp_flag_word(skb->h.th)&TCP_REMNANT))) { in tcp_measure_rcv_mss()4120 if ((tcp_flag_word(th) & TCP_HP_BITS) == tp->pred_flags && in tcp_rcv_established()