Searched refs:newopt (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/net/ipv6/ |
| H A D | exthdrs.c | 1263 int newtype, struct ipv6_opt_hdr *newopt) in ipv6_renew_options() argument 1280 if (newopt) in ipv6_renew_options() 1281 tot_len += CMSG_ALIGN(ipv6_optlen(newopt)); in ipv6_renew_options() 1298 newopt, newtype, &p); in ipv6_renew_options() 1301 newopt, newtype, &p); in ipv6_renew_options() 1305 newopt, newtype, &p); in ipv6_renew_options() 1308 newopt, newtype, &p); in ipv6_renew_options()
|
| /linux-6.15/net/sctp/ |
| H A D | protocol.c | 181 struct ip_options_rcu *inet_opt, *newopt = NULL; in sctp_v4_copy_ip_options() local 188 newopt = sock_kmemdup(newsk, inet_opt, sizeof(*inet_opt) + in sctp_v4_copy_ip_options() 190 if (!newopt) in sctp_v4_copy_ip_options() 193 RCU_INIT_POINTER(newinet->inet_opt, newopt); in sctp_v4_copy_ip_options()
|
| /linux-6.15/net/mptcp/ |
| H A D | protocol.c | 3172 struct ip_options_rcu *inet_opt, *newopt = NULL; in mptcp_copy_ip_options() local 3181 newopt = sock_kmemdup(newsk, inet_opt, sizeof(*inet_opt) + in mptcp_copy_ip_options() 3183 if (!newopt) in mptcp_copy_ip_options() 3186 RCU_INIT_POINTER(newinet->inet_opt, newopt); in mptcp_copy_ip_options()
|
| /linux-6.15/include/net/ |
| H A D | ipv6.h | 450 struct ipv6_opt_hdr *newopt);
|