Searched refs:next_hdr_offset (Results 1 – 2 of 2) sorted by relevance
542 int next_hdr_offset; in handle_gso_encap() local555 next_hdr_offset = sizeof(struct iphdr); in handle_gso_encap()556 next_hdr = skb_network_header(skb) + next_hdr_offset; in handle_gso_encap()559 next_hdr_offset = sizeof(struct ipv6hdr); in handle_gso_encap()560 next_hdr = skb_network_header(skb) + next_hdr_offset; in handle_gso_encap()565 next_hdr_offset += sizeof(struct gre_base_hdr); in handle_gso_encap()566 if (next_hdr_offset > encap_len) in handle_gso_encap()575 next_hdr_offset += sizeof(struct udphdr); in handle_gso_encap()576 if (next_hdr_offset > encap_len) in handle_gso_encap()
382 int next_hdr_offset = 0; in init_chained_smb2_rsp() local399 next_hdr_offset = le32_to_cpu(req->NextCommand); in init_chained_smb2_rsp()406 work->next_smb2_rcv_hdr_off += next_hdr_offset; in init_chained_smb2_rsp()