Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnf_conntrack_proto_tcp.c829 tcpflags = (tcp_flag_byte(th) & ~(TCPHDR_ECE|TCPHDR_CWR|TCPHDR_PSH)); in tcp_error()
/openbmc/linux/net/ipv6/
H A Dtcp_ipv6.c1572 TCP_SKB_CB(skb)->tcp_flags = tcp_flag_byte(th); in tcp_v6_fill_cb()
/openbmc/linux/include/net/
H A Dtcp.h854 #define tcp_flag_byte(th) (((u_int8_t *)th)[13]) macro
/openbmc/linux/net/ipv4/
H A Dtcp_ipv4.c1986 TCP_SKB_CB(skb)->tcp_flags = tcp_flag_byte(th); in tcp_v4_fill_cb()