Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dexthdrs.c1266 int newtype, struct ipv6_opt_hdr *newopt) in ipv6_renew_options() argument
1283 if (newopt) in ipv6_renew_options()
1284 tot_len += CMSG_ALIGN(ipv6_optlen(newopt)); in ipv6_renew_options()
1301 newopt, newtype, &p); in ipv6_renew_options()
1304 newopt, newtype, &p); in ipv6_renew_options()
1308 newopt, newtype, &p); in ipv6_renew_options()
1311 newopt, newtype, &p); in ipv6_renew_options()
/openbmc/linux/net/sctp/
H A Dprotocol.c179 struct ip_options_rcu *inet_opt, *newopt = NULL; in sctp_v4_copy_ip_options() local
186 newopt = sock_kmalloc(newsk, sizeof(*inet_opt) + in sctp_v4_copy_ip_options()
188 if (newopt) in sctp_v4_copy_ip_options()
189 memcpy(newopt, inet_opt, sizeof(*inet_opt) + in sctp_v4_copy_ip_options()
194 RCU_INIT_POINTER(newinet->inet_opt, newopt); in sctp_v4_copy_ip_options()
/openbmc/linux/net/mptcp/
H A Dprotocol.c3240 struct ip_options_rcu *inet_opt, *newopt = NULL; in mptcp_copy_ip_options() local
3249 newopt = sock_kmalloc(newsk, sizeof(*inet_opt) + in mptcp_copy_ip_options()
3251 if (newopt) in mptcp_copy_ip_options()
3252 memcpy(newopt, inet_opt, sizeof(*inet_opt) + in mptcp_copy_ip_options()
3257 RCU_INIT_POINTER(newinet->inet_opt, newopt); in mptcp_copy_ip_options()
/openbmc/linux/include/net/
H A Dipv6.h454 struct ipv6_opt_hdr *newopt);