Searched refs:destopt (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dah6.c81 * @destopt: destionation options header
83 static void ipv6_rearrange_destopt(struct ipv6hdr *iph, struct ipv6_opt_hdr *destopt) argument
85 u8 *opt = (u8 *)destopt;
86 int len = ipv6_optlen(destopt);
118 printk(KERN_WARNING "destopt hao: invalid header length: %u\n", hao->length);
H A Dmip6.c134 struct ipv6_destopt_hdr *destopt = (struct ipv6_destopt_hdr *)skb->data; local
140 return destopt->nexthdr;
474 printk(KERN_INFO "%s: can't add xfrm type(destopt)\n", __FUNCTION__);
494 printk(KERN_INFO "%s: can't remove xfrm type(destopt)\n", __FUNCTION__);

Completed in 54 milliseconds