Searched refs:tcp_flag_byte (Results 1 – 4 of 4) sorted by relevance
827 tcpflags = (tcp_flag_byte(th) & ~(TCPHDR_ECE|TCPHDR_CWR|TCPHDR_PSH)); in tcp_error()
1579 TCP_SKB_CB(skb)->tcp_flags = tcp_flag_byte(th); in tcp_v6_fill_cb()
834 #define tcp_flag_byte(th) (((u_int8_t *)th)[13]) macro
1971 TCP_SKB_CB(skb)->tcp_flags = tcp_flag_byte(th); in tcp_v4_fill_cb()