Home
last modified time | relevance | path

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

/linux-3.4.99/include/net/
Dtcp.h621 #define tcp_flag_byte(th) (((u_int8_t *)th)[13]) macro
/linux-3.4.99/net/netfilter/
Dnf_conntrack_proto_tcp.c796 tcpflags = (tcp_flag_byte(th) & ~(TCPHDR_ECE|TCPHDR_CWR|TCPHDR_PSH)); in tcp_error()