Searched refs:opth (Results 1 – 2 of 2) sorted by relevance
43 struct ipv6_opt_hdr *opth; in ipv6_gro_pull_exthdrs() local56 opth = skb_gro_header(skb, off + sizeof(*opth), off); in ipv6_gro_pull_exthdrs()57 if (unlikely(!opth)) in ipv6_gro_pull_exthdrs()60 len = ipv6_optlen(opth); in ipv6_gro_pull_exthdrs()62 opth = skb_gro_header(skb, off + len, off); in ipv6_gro_pull_exthdrs()63 if (unlikely(!opth)) in ipv6_gro_pull_exthdrs()65 proto = opth->nexthdr; in ipv6_gro_pull_exthdrs()79 struct ipv6_opt_hdr *opth; in ipv6_gso_pull_exthdrs() local93 opth = (void *)skb->data; in ipv6_gso_pull_exthdrs()94 len = ipv6_optlen(opth); in ipv6_gso_pull_exthdrs()[all …]
242 struct ipv6_opt_hdr *opth; in ipv6_clear_mutable_options() member255 ipv6_rearrange_destopt(iph, exthdr.opth); in ipv6_clear_mutable_options()258 if (!zero_out_mutable_opts(exthdr.opth)) { in ipv6_clear_mutable_options()274 nexthdr = exthdr.opth->nexthdr; in ipv6_clear_mutable_options()275 exthdr.raw += ipv6_optlen(exthdr.opth); in ipv6_clear_mutable_options()