replyopts         110 net/ipv4/icmp.c 	struct ip_options_data replyopts;
replyopts         411 net/ipv4/icmp.c 	if (ip_options_echo(net, &icmp_param->replyopts.opt.opt, skb))
replyopts         434 net/ipv4/icmp.c 	if (icmp_param->replyopts.opt.opt.optlen) {
replyopts         435 net/ipv4/icmp.c 		ipc.opt = &icmp_param->replyopts.opt;
replyopts         437 net/ipv4/icmp.c 			daddr = icmp_param->replyopts.opt.opt.faddr;
replyopts         473 net/ipv4/icmp.c 	fl4->daddr = (param->replyopts.opt.opt.srr ?
replyopts         474 net/ipv4/icmp.c 		      param->replyopts.opt.opt.faddr : iph->saddr);
replyopts         697 net/ipv4/icmp.c 	if (__ip_options_echo(net, &icmp_param.replyopts.opt.opt, skb_in, opt))
replyopts         715 net/ipv4/icmp.c 	ipc.opt = &icmp_param.replyopts.opt;
replyopts         731 net/ipv4/icmp.c 	room -= sizeof(struct iphdr) + icmp_param.replyopts.opt.opt.optlen;
replyopts        1662 net/ipv4/ip_output.c 	struct ip_options_data replyopts;
replyopts        1671 net/ipv4/ip_output.c 	if (__ip_options_echo(net, &replyopts.opt.opt, skb, sopt))
replyopts        1678 net/ipv4/ip_output.c 	if (replyopts.opt.opt.optlen) {
replyopts        1679 net/ipv4/ip_output.c 		ipc.opt = &replyopts.opt;
replyopts        1681 net/ipv4/ip_output.c 		if (replyopts.opt.opt.srr)
replyopts        1682 net/ipv4/ip_output.c 			daddr = replyopts.opt.opt.faddr;