Home
last modified time | relevance | path

Searched refs:tcp_flag_byte (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/net/netfilter/
Dnf_conntrack_proto_tcp.c829 tcpflags = (tcp_flag_byte(th) & ~(TCPHDR_ECE|TCPHDR_CWR|TCPHDR_PSH)); in tcp_error()
/linux-6.14.4/net/ipv6/
Dtcp_ipv6.c1738 TCP_SKB_CB(skb)->tcp_flags = tcp_flag_byte(th);
/linux-6.14.4/include/net/
Dtcp.h929 #define tcp_flag_byte(th) (((u_int8_t *)th)[13]) macro
/linux-6.14.4/net/ipv4/
Dtcp_ipv4.c2168 TCP_SKB_CB(skb)->tcp_flags = tcp_flag_byte(th);