Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_lro.h76 #define LRO_TYPE_NONE 0 macro
106 if (pa->lro_type == LRO_TYPE_NONE && pb->lro_type == LRO_TYPE_NONE) { in lro_address_compare()
H A Dtcp_lro_hpts.c288 case LRO_TYPE_NONE: in do_bpf_strip_and_compress()
524 (le->inner.data.lro_type != LRO_TYPE_NONE)) in _tcp_lro_flush_tcphpts()
564 (le->inner.data.lro_type == LRO_TYPE_NONE) ? &le->outer : &le->inner); in _tcp_lro_flush_tcphpts()
H A Dtcp_lro.c823 case LRO_TYPE_NONE: in tcp_flush_out_entry()