Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_lro_hpts.c525 return (TCP_LRO_CANNOT); in _tcp_lro_flush_tcphpts()
538 return (TCP_LRO_CANNOT); in _tcp_lro_flush_tcphpts()
542 return (TCP_LRO_CANNOT); in _tcp_lro_flush_tcphpts()
559 return (TCP_LRO_CANNOT); in _tcp_lro_flush_tcphpts()
567 return (TCP_LRO_CANNOT); in _tcp_lro_flush_tcphpts()
574 return (TCP_LRO_CANNOT); in _tcp_lro_flush_tcphpts()
581 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