Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ipv6/
A Dexthdrs.c1294 int newtype, struct ipv6_opt_hdr *newopt) in ipv6_renew_options() argument
1311 if (newopt) in ipv6_renew_options()
1312 tot_len += CMSG_ALIGN(ipv6_optlen(newopt)); in ipv6_renew_options()
1329 newopt, newtype, &p); in ipv6_renew_options()
1332 newopt, newtype, &p); in ipv6_renew_options()
1336 newopt, newtype, &p); in ipv6_renew_options()
1339 newopt, newtype, &p); in ipv6_renew_options()
/linux-6.3-rc2/net/sctp/
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()
/linux-6.3-rc2/include/net/
A Dipv6.h454 struct ipv6_opt_hdr *newopt);

Completed in 11 milliseconds