Searched refs:newopt (Results 1 – 4 of 4) sorted by relevance
| /linux/net/ipv6/ |
| H A D | exthdrs.c | 1274 * @newopt: new option of type @newtype to replace (user-mem) 1277 * option type @newtype replaced with @newopt. 1280 * containing just @newopt. 1282 * @newopt may be NULL, in which case the specified option type is 1290 int newtype, struct ipv6_opt_hdr *newopt) 1307 if (newopt) in ipv6_renew_options() 1308 tot_len += CMSG_ALIGN(ipv6_optlen(newopt)); in ipv6_renew_options() 1325 newopt, newtype, &p); in ipv6_renew_options() 1328 newopt, newtype, &p); in ipv6_renew_options() 1332 newopt, newtyp in ipv6_renew_options() 1293 ipv6_renew_options(struct sock * sk,struct ipv6_txoptions * opt,int newtype,struct ipv6_opt_hdr * newopt) ipv6_renew_options() argument [all...] |
| /linux/net/sctp/ |
| H A D | protocol.c | 182 struct ip_options_rcu *inet_opt, *newopt = NULL; in sctp_v4_copy_ip_options() local 189 newopt = sock_kmemdup(newsk, inet_opt, sizeof(*inet_opt) + in sctp_v4_copy_ip_options() 191 if (!newopt) in sctp_v4_copy_ip_options() 194 RCU_INIT_POINTER(newinet->inet_opt, newopt); in sctp_v4_copy_ip_options()
|
| /linux/net/mptcp/ |
| H A D | protocol.c | 3535 struct ip_options_rcu *inet_opt, *newopt = NULL; in mptcp_copy_ip_options() local 3544 newopt = sock_kmemdup(newsk, inet_opt, sizeof(*inet_opt) + in mptcp_copy_ip_options() 3546 if (!newopt) in mptcp_copy_ip_options() 3549 RCU_INIT_POINTER(newinet->inet_opt, newopt); in mptcp_copy_ip_options()
|
| /linux/include/net/ |
| H A D | ipv6.h | 440 struct ipv6_opt_hdr *newopt);
|