Home
last modified time | relevance | path

Searched refs:TCP_LRO_TS_OPTION (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_lro.h203 #define TCP_LRO_TS_OPTION ntohl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) |\ macro
H A Dtcp_lro.c893 *ts_ptr != TCP_LRO_TS_OPTION)) { in tcp_set_entry_to_mbuf()
1011 *ts_ptr != TCP_LRO_TS_OPTION)) { in tcp_lro_condense()
1053 *ts_ptr != TCP_LRO_TS_OPTION)) { in tcp_lro_condense()
H A Dtcp_lro_hpts.c115 if (**ppts == TCP_LRO_TS_OPTION) in tcp_lro_ack_valid()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c16213 #define TCP_LRO_TS_OPTION \ macro
16308 (*ts_ptr == TCP_LRO_TS_OPTION))) in rack_do_segment_nounlock()