Searched refs:dopt (Results 1 – 1 of 1) sorted by relevance
2587 struct ip_options_rcu *dopt = NULL; in tcp_v4_save_options() local2590 int opt_size = sizeof(*dopt) + opt->optlen; in tcp_v4_save_options()2592 dopt = kmalloc(opt_size, GFP_ATOMIC); in tcp_v4_save_options()2593 if (dopt && __ip_options_echo(net, &dopt->opt, skb, opt)) { in tcp_v4_save_options()2594 kfree(dopt); in tcp_v4_save_options()2595 dopt = NULL; in tcp_v4_save_options()2598 return dopt; in tcp_v4_save_options()