Searched refs:lro_type (Results 1 – 3 of 3) sorted by relevance
272 uint8_t lro_type; in do_bpf_strip_and_compress() local288 lro_type = le->inner.data.lro_type; in do_bpf_strip_and_compress()289 switch (lro_type) { in do_bpf_strip_and_compress()291 lro_type = le->outer.data.lro_type; in do_bpf_strip_and_compress()292 switch (lro_type) { in do_bpf_strip_and_compress()310 switch (le->outer.data.lro_type) { in do_bpf_strip_and_compress()333 switch (le->outer.data.lro_type) { in do_bpf_strip_and_compress()397 switch (lro_type) { in do_bpf_strip_and_compress()485 switch (pa->data.lro_type) { in tcp_lro_lookup()526 (le->inner.data.lro_type != LRO_TYPE_NONE)) in _tcp_lro_flush_tcphpts()[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()
308 parser->data.lro_type = LRO_TYPE_IPV4_UDP; in tcp_lro_low_level_parser()312 MPASS(parser->data.lro_type == LRO_TYPE_IPV4_UDP); in tcp_lro_low_level_parser()322 parser->data.lro_type = LRO_TYPE_IPV4_TCP; in tcp_lro_low_level_parser()326 MPASS(parser->data.lro_type == LRO_TYPE_IPV4_TCP); in tcp_lro_low_level_parser()359 parser->data.lro_type = LRO_TYPE_IPV6_UDP; in tcp_lro_low_level_parser()363 MPASS(parser->data.lro_type == LRO_TYPE_IPV6_UDP); in tcp_lro_low_level_parser()373 parser->data.lro_type = LRO_TYPE_IPV6_TCP; in tcp_lro_low_level_parser()377 MPASS(parser->data.lro_type == LRO_TYPE_IPV6_TCP); in tcp_lro_low_level_parser()421 switch (po->data.lro_type) { in tcp_lro_parser()435 switch (pi->data.lro_type) { in tcp_lro_parser()[all …]