hopopt            297 include/net/ipv6.h 	struct ipv6_opt_hdr	*hopopt;
hopopt            321 net/bridge/br_multicast.c 	u8 *hopopt;
hopopt            360 net/bridge/br_multicast.c 	hopopt = (u8 *)(ip6h + 1);
hopopt            361 net/bridge/br_multicast.c 	hopopt[0] = IPPROTO_ICMPV6;		/* next hdr */
hopopt            362 net/bridge/br_multicast.c 	hopopt[1] = 0;				/* length of HbH */
hopopt            363 net/bridge/br_multicast.c 	hopopt[2] = IPV6_TLV_ROUTERALERT;	/* Router Alert */
hopopt            364 net/bridge/br_multicast.c 	hopopt[3] = 2;				/* Length of RA Option */
hopopt            365 net/bridge/br_multicast.c 	hopopt[4] = 0;				/* Type = 0x0000 (MLD) */
hopopt            366 net/bridge/br_multicast.c 	hopopt[5] = 0;
hopopt            367 net/bridge/br_multicast.c 	hopopt[6] = IPV6_TLV_PAD1;		/* Pad1 */
hopopt            368 net/bridge/br_multicast.c 	hopopt[7] = IPV6_TLV_PAD1;		/* Pad1 */
hopopt           1084 net/ipv6/calipso.c 	if (!txopts || !txopts->hopopt)
hopopt           1087 net/ipv6/calipso.c 	hop = txopts->hopopt;
hopopt           1139 net/ipv6/calipso.c 		old = txopts->hopopt;
hopopt           1165 net/ipv6/calipso.c 	if (!txopts || !txopts->hopopt)
hopopt           1168 net/ipv6/calipso.c 	if (calipso_opt_del(txopts->hopopt, &new_hop))
hopopt           1202 net/ipv6/calipso.c 	if (req_inet->ipv6_opt && req_inet->ipv6_opt->hopopt)
hopopt           1203 net/ipv6/calipso.c 		old = req_inet->ipv6_opt->hopopt;
hopopt           1242 net/ipv6/calipso.c 	if (!req_inet->ipv6_opt || !req_inet->ipv6_opt->hopopt)
hopopt           1245 net/ipv6/calipso.c 	if (calipso_opt_del(req_inet->ipv6_opt->hopopt, &new))
hopopt            843 net/ipv6/datagram.c 			if (opt->hopopt || cmsg->cmsg_len < CMSG_LEN(sizeof(struct ipv6_opt_hdr))) {
hopopt            859 net/ipv6/datagram.c 			opt->hopopt = hdr;
hopopt            980 net/ipv6/exthdrs.c 	if (opt->hopopt)
hopopt            981 net/ipv6/exthdrs.c 		ipv6_push_exthdr(skb, proto, NEXTHDR_HOP, opt->hopopt);
hopopt           1000 net/ipv6/exthdrs.c 		if (opt2->hopopt)
hopopt           1001 net/ipv6/exthdrs.c 			*((char **)&opt2->hopopt) += dif;
hopopt           1061 net/ipv6/exthdrs.c 		if (newtype != IPV6_HOPOPTS && opt->hopopt)
hopopt           1062 net/ipv6/exthdrs.c 			tot_len += CMSG_ALIGN(ipv6_optlen(opt->hopopt));
hopopt           1087 net/ipv6/exthdrs.c 	ipv6_renew_option(IPV6_HOPOPTS, &opt2->hopopt,
hopopt           1088 net/ipv6/exthdrs.c 			  (opt ? opt->hopopt : NULL),
hopopt           1101 net/ipv6/exthdrs.c 	opt2->opt_nflen = (opt2->hopopt ? ipv6_optlen(opt2->hopopt) : 0) +
hopopt            322 net/ipv6/ip6_flowlabel.c 		opt_space->hopopt = fl_opt->hopopt;
hopopt            329 net/ipv6/ip6_flowlabel.c 		opt_space->hopopt = NULL;
hopopt           1268 net/ipv6/ip6_output.c 		v6_cork->opt->hopopt = ip6_opt_dup(opt->hopopt,
hopopt           1270 net/ipv6/ip6_output.c 		if (opt->hopopt && !v6_cork->opt->hopopt)
hopopt           1699 net/ipv6/ip6_output.c 		kfree(v6_cork->opt->hopopt);
hopopt           1004 net/ipv6/ipv6_sockglue.c 		hdr = opt->hopopt;