Searched refs:destopt (Results 1 - 2 of 2) sorted by last modified time

/linux-master/net/ipv6/
H A Dmip6.c122 struct ipv6_destopt_hdr *destopt = (struct ipv6_destopt_hdr *)skb->data; local
123 int err = destopt->nexthdr;
374 pr_info("%s: can't add xfrm type(destopt)\n", __func__);
H A Dah6.c144 * @destopt: destionation options header
146 static void ipv6_rearrange_destopt(struct ipv6hdr *iph, struct ipv6_opt_hdr *destopt) argument
148 u8 *opt = (u8 *)destopt;
149 int len = ipv6_optlen(destopt);
179 net_warn_ratelimited("destopt hao: invalid header length: %u\n",
196 static void ipv6_rearrange_destopt(struct ipv6hdr *iph, struct ipv6_opt_hdr *destopt) {} argument

Completed in 121 milliseconds