Searched refs:lro_type (Results 1 – 3 of 3) sorted by relevance
270 uint8_t lro_type; in do_bpf_strip_and_compress() local286 lro_type = le->inner.data.lro_type; in do_bpf_strip_and_compress()287 switch (lro_type) { in do_bpf_strip_and_compress()289 lro_type = le->outer.data.lro_type; in do_bpf_strip_and_compress()290 switch (lro_type) { in do_bpf_strip_and_compress()308 switch (le->outer.data.lro_type) { in do_bpf_strip_and_compress()331 switch (le->outer.data.lro_type) { in do_bpf_strip_and_compress()395 switch (lro_type) { in do_bpf_strip_and_compress()483 switch (pa->data.lro_type) { in tcp_lro_lookup()524 (le->inner.data.lro_type != LRO_TYPE_NONE)) in _tcp_lro_flush_tcphpts()[all …]
297 parser->data.lro_type = LRO_TYPE_IPV4_UDP; in tcp_lro_low_level_parser()301 MPASS(parser->data.lro_type == LRO_TYPE_IPV4_UDP); in tcp_lro_low_level_parser()311 parser->data.lro_type = LRO_TYPE_IPV4_TCP; in tcp_lro_low_level_parser()315 MPASS(parser->data.lro_type == LRO_TYPE_IPV4_TCP); in tcp_lro_low_level_parser()348 parser->data.lro_type = LRO_TYPE_IPV6_UDP; in tcp_lro_low_level_parser()352 MPASS(parser->data.lro_type == LRO_TYPE_IPV6_UDP); in tcp_lro_low_level_parser()362 parser->data.lro_type = LRO_TYPE_IPV6_TCP; in tcp_lro_low_level_parser()366 MPASS(parser->data.lro_type == LRO_TYPE_IPV6_TCP); in tcp_lro_low_level_parser()410 switch (po->data.lro_type) { in tcp_lro_parser()424 switch (pi->data.lro_type) { in tcp_lro_parser()[all …]
75 uint8_t lro_type; /* internal */ member106 if (pa->lro_type == LRO_TYPE_NONE && pb->lro_type == LRO_TYPE_NONE) { in lro_address_compare()