dstopt            141 net/ipv6/mip6.c 	struct ipv6_destopt_hdr *dstopt;
dstopt            152 net/ipv6/mip6.c 	dstopt = (struct ipv6_destopt_hdr *)skb_transport_header(skb);
dstopt            153 net/ipv6/mip6.c 	dstopt->nexthdr = nexthdr;
dstopt            155 net/ipv6/mip6.c 	hao = mip6_padn((char *)(dstopt + 1),
dstopt            156 net/ipv6/mip6.c 			calc_padlen(sizeof(*dstopt), 6));
dstopt            162 net/ipv6/mip6.c 	len = ((char *)hao - (char *)dstopt) + sizeof(*hao);
dstopt            170 net/ipv6/mip6.c 	dstopt->hdrlen = (x->props.header_len >> 3) - 1;