Home
last modified time | relevance | path

Searched refs:newopt (Results 1 – 2 of 2) sorted by relevance

/linux/net/sctp/
H A Dprotocol.c182 struct ip_options_rcu *inet_opt, *newopt = NULL; in sctp_v4_copy_ip_options() local
189 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()
/linux/net/mptcp/
H A Dprotocol.c3678 struct ip_options_rcu *inet_opt, *newopt = NULL; in mptcp_copy_ip_options() local
3687 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()