Searched refs:next_hdr_offset (Results 1 – 2 of 2) sorted by relevance
551 int next_hdr_offset; in handle_gso_encap() local564 next_hdr_offset = sizeof(struct iphdr); in handle_gso_encap()565 next_hdr = skb_network_header(skb) + next_hdr_offset; in handle_gso_encap()568 next_hdr_offset = sizeof(struct ipv6hdr); in handle_gso_encap()569 next_hdr = skb_network_header(skb) + next_hdr_offset; in handle_gso_encap()574 next_hdr_offset += sizeof(struct gre_base_hdr); in handle_gso_encap()575 if (next_hdr_offset > encap_len) in handle_gso_encap()584 next_hdr_offset += sizeof(struct udphdr); in handle_gso_encap()585 if (next_hdr_offset > encap_len) in handle_gso_encap()
453 int next_hdr_offset = 0; in init_chained_smb2_rsp() local523 next_hdr_offset = le32_to_cpu(req->NextCommand); in init_chained_smb2_rsp()530 work->next_smb2_rcv_hdr_off += next_hdr_offset; in init_chained_smb2_rsp()