Searched refs:newopt (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/net/ipv6/ |
| D | exthdrs.c | 1054 int newtype, struct ipv6_opt_hdr *newopt) in ipv6_renew_options() argument 1071 if (newopt) in ipv6_renew_options() 1072 tot_len += CMSG_ALIGN(ipv6_optlen(newopt)); in ipv6_renew_options() 1089 newopt, newtype, &p); in ipv6_renew_options() 1092 newopt, newtype, &p); in ipv6_renew_options() 1096 newopt, newtype, &p); in ipv6_renew_options() 1099 newopt, newtype, &p); in ipv6_renew_options()
|
| /Linux-v5.4/net/sctp/ |
| D | protocol.c | 178 struct ip_options_rcu *inet_opt, *newopt = NULL; in sctp_v4_copy_ip_options() local 185 newopt = sock_kmalloc(newsk, sizeof(*inet_opt) + in sctp_v4_copy_ip_options() 187 if (newopt) in sctp_v4_copy_ip_options() 188 memcpy(newopt, inet_opt, sizeof(*inet_opt) + in sctp_v4_copy_ip_options() 193 RCU_INIT_POINTER(newinet->inet_opt, newopt); in sctp_v4_copy_ip_options()
|
| /Linux-v5.4/include/net/ |
| D | ipv6.h | 436 struct ipv6_opt_hdr *newopt);
|