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