Home
last modified time | relevance | path

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

/linux/include/net/
H A Dtcp.h1019 #define TCPHDR_FLAGS_MASK (TCPHDR_FIN | TCPHDR_SYN | TCPHDR_RST | \ macro
1023 TCPHDR_FLAGS_MASK)
/linux/net/ipv4/
H A Dtcp_output.c1612 (tcb->tcp_flags & TCPHDR_FLAGS_MASK)); in __tcp_transmit_skb()