Searched refs:tcp_flag_word (Results 1 – 10 of 10) sorted by relevance
70 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3]) macro
176 return (tcp_flag_word(tcp) & in tcphdr_only_contains_flag()
1161 if (((tcp_flag_word(tcph) & in cake_tcph_may_drop() 1249 if ((tcp_flag_word(tcph) & in cake_ack_filter() 1297 if (elig_ack && (tcp_flag_word(tcph_check) & in cake_ack_filter() 1340 elig_flags = (tcp_flag_word(tcph_check) in cake_ack_filter() 1355 (elig_flags == (tcp_flag_word(tcph) & in cake_ack_filter()
104 return *(__be16 *)&tcp_flag_word(th); in tcp_hdr_doff_flags()
228 nf_log_buf_add(m, "RES=0x%02x ", (u_int8_t)(ntohl(tcp_flag_word(th) & in nf_log_dump_tcp_header()
645 } else if (((tcp_flag_word(tcph) & (TCP_FLAG_ACK|TCP_FLAG_RST)) == in tcp_in_window()
59 #define TCP_FLAGS_BE16(tp) (*(__be16 *)&tcp_flag_word(tp) & htons(0x0FFF))
847 key_tcp->flags = (*(__be16 *) &tcp_flag_word(th) & htons(0x0FFF)); in __skb_flow_dissect_tcp()
782 #define pbd_tcp_flags(tcp_hdr) (ntohl(tcp_flag_word(tcp_hdr))>>16 & 0xff)
293 !(tcp_flag_word(tcp_hdr(skb)) & TCP_REMNANT))) { in tcp_measure_rcv_mss()6540 if ((tcp_flag_word(th) & TCP_HP_BITS) == tp->pred_flags && in tcp_rcv_established()