Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dtcp_lro_hpts.c516 return (TCP_LRO_CANNOT); in _tcp_lro_flush_tcphpts()
529 return (TCP_LRO_CANNOT); in _tcp_lro_flush_tcphpts()
533 return (TCP_LRO_CANNOT); in _tcp_lro_flush_tcphpts()
550 return (TCP_LRO_CANNOT); in _tcp_lro_flush_tcphpts()
558 return (TCP_LRO_CANNOT); in _tcp_lro_flush_tcphpts()
565 return (TCP_LRO_CANNOT); in _tcp_lro_flush_tcphpts()
572 return (TCP_LRO_CANNOT); in _tcp_lro_flush_tcphpts()
H A Dtcp_lro.c462 return (TCP_LRO_CANNOT); in tcp_lro_trim_mbuf_chain()
475 return (TCP_LRO_CANNOT); in tcp_lro_trim_mbuf_chain()
652 return (TCP_LRO_CANNOT); in tcp_lro_rx_ipv4()
658 return (TCP_LRO_CANNOT); in tcp_lro_rx_ipv4()
1296 return (TCP_LRO_CANNOT); in tcp_lro_rx_common()
1301 return (TCP_LRO_CANNOT); in tcp_lro_rx_common()
1312 return (TCP_LRO_CANNOT); in tcp_lro_rx_common()
1346 return (TCP_LRO_CANNOT); in tcp_lro_rx_common()
1356 return (TCP_LRO_CANNOT); in tcp_lro_rx_common()
1440 return (TCP_LRO_CANNOT); in tcp_lro_rx()
H A Dtcp_lro.h227 #define TCP_LRO_CANNOT -1 macro