Searched refs:newopt (Results 1 – 2 of 2) sorted by relevance
182 struct ip_options_rcu *inet_opt, *newopt = NULL; in sctp_v4_copy_ip_options() local189 newopt = sock_kmemdup(newsk, inet_opt, sizeof(*inet_opt) + in sctp_v4_copy_ip_options()191 if (!newopt) in sctp_v4_copy_ip_options()194 RCU_INIT_POINTER(newinet->inet_opt, newopt); in sctp_v4_copy_ip_options()
3678 struct ip_options_rcu *inet_opt, *newopt = NULL; in mptcp_copy_ip_options() local3687 newopt = sock_kmemdup(newsk, inet_opt, sizeof(*inet_opt) + in mptcp_copy_ip_options()3689 if (!newopt) in mptcp_copy_ip_options()3692 RCU_INIT_POINTER(newinet->inet_opt, newopt); in mptcp_copy_ip_options()