Home
last modified time | relevance | path

Searched refs:TCP_URG_VALID (Results 1 – 3 of 3) sorted by relevance

/linux/net/ipv4/
H A Dtcp.c619 if (urg_data & TCP_URG_VALID) in tcp_poll()
1490 if (tp->urg_data & TCP_URG_VALID) { in tcp_recv_urg()
H A Dtcp_input.c6295 WRITE_ONCE(tp->urg_data, TCP_URG_VALID | tmp); in tcp_urg()
/linux/include/net/
H A Dtcp.h106 #define TCP_URG_VALID 0x0100 macro