Searched refs:newopt (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | exthdrs.c | 1226 * @newopt: new option of type @newtype to replace (user-mem) 1229 * option type @newtype replaced with @newopt. 1232 * containing just @newopt. 1234 * @newopt may be NULL, in which case the specified option type is 1242 int newtype, struct ipv6_opt_hdr *newopt) in ipv6_renew_options() 1259 if (newopt) in ipv6_renew_options() 1260 tot_len += CMSG_ALIGN(ipv6_optlen(newopt)); in ipv6_renew_options() 1277 newopt, newtype, &p); in ipv6_renew_options() 1280 newopt, newtype, &p); in ipv6_renew_options() 1284 newopt, newtyp in ipv6_renew_options() 1241 ipv6_renew_options(struct sock *sk, struct ipv6_txoptions *opt, int newtype, struct ipv6_opt_hdr *newopt) ipv6_renew_options() argument [all...] |
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | exthdrs.c | 1250 * @newopt: new option of type @newtype to replace (user-mem) 1253 * option type @newtype replaced with @newopt. 1256 * containing just @newopt. 1258 * @newopt may be NULL, in which case the specified option type is 1266 int newtype, struct ipv6_opt_hdr *newopt) in ipv6_renew_options() 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, newtyp in ipv6_renew_options() 1265 ipv6_renew_options(struct sock *sk, struct ipv6_txoptions *opt, int newtype, struct ipv6_opt_hdr *newopt) ipv6_renew_options() argument [all...] |
/kernel/linux/linux-5.10/net/sctp/ |
H A D | protocol.c | 179 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()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | protocol.c | 179 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()
|
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | protocol.c | 3213 struct ip_options_rcu *inet_opt, *newopt = NULL; in mptcp_copy_ip_options() local 3222 newopt = sock_kmalloc(newsk, sizeof(*inet_opt) + in mptcp_copy_ip_options() 3224 if (newopt) in mptcp_copy_ip_options() 3225 memcpy(newopt, inet_opt, sizeof(*inet_opt) + in mptcp_copy_ip_options() 3230 RCU_INIT_POINTER(newinet->inet_opt, newopt); in mptcp_copy_ip_options()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ipv6.h | 439 struct ipv6_opt_hdr *newopt);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ipv6.h | 454 struct ipv6_opt_hdr *newopt);
|
Completed in 17 milliseconds