Handle the case which e->l3_protocol and actual l3 protocol is mismatched
YutaroHayakawa opened this issue · 0 comments
YutaroHayakawa commented
In some functions in kernel like tcp_gso_segment
, there is a mismatch between e->l3_protocol and actual l3 protocol. We somehow need to handle that.