Searched refs:tcp_flag_byte (Results 1 – 4 of 4) sorted by relevance
829 tcpflags = (tcp_flag_byte(th) & ~(TCPHDR_ECE|TCPHDR_CWR|TCPHDR_PSH)); in tcp_error()
1738 TCP_SKB_CB(skb)->tcp_flags = tcp_flag_byte(th);
929 #define tcp_flag_byte(th) (((u_int8_t *)th)[13]) macro
2168 TCP_SKB_CB(skb)->tcp_flags = tcp_flag_byte(th);