Searched refs:TCPHDR_FLAGS_MASK (Results 1 – 2 of 2) sorted by relevance
984 #define TCPHDR_FLAGS_MASK (TCPHDR_FIN | TCPHDR_SYN | TCPHDR_RST | \ macro988 TCPHDR_FLAGS_MASK)
1398 (tcb->tcp_flags & TCPHDR_FLAGS_MASK)); in __tcp_transmit_skb()