Searched refs:next_hdr_offset (Results 1 – 2 of 2) sorted by relevance
538 int next_hdr_offset; in handle_gso_encap() local551 next_hdr_offset = sizeof(struct iphdr); in handle_gso_encap()552 next_hdr = skb_network_header(skb) + next_hdr_offset; in handle_gso_encap()555 next_hdr_offset = sizeof(struct ipv6hdr); in handle_gso_encap()556 next_hdr = skb_network_header(skb) + next_hdr_offset; in handle_gso_encap()561 next_hdr_offset += sizeof(struct gre_base_hdr); in handle_gso_encap()562 if (next_hdr_offset > encap_len) in handle_gso_encap()571 next_hdr_offset += sizeof(struct udphdr); in handle_gso_encap()572 if (next_hdr_offset > encap_len) in handle_gso_encap()
370 int next_hdr_offset = 0; in init_chained_smb2_rsp() local387 next_hdr_offset = le32_to_cpu(req->NextCommand); in init_chained_smb2_rsp()394 work->next_smb2_rcv_hdr_off += next_hdr_offset; in init_chained_smb2_rsp()