Searched refs:newopt (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/ipv6/
H A Dexthdrs.c1248 * @newopt: new option of type @newtype to replace (user-mem)
1251 * option type @newtype replaced with @newopt.
1254 * containing just @newopt.
1256 * @newopt may be NULL, in which case the specified option type is
1264 int newtype, struct ipv6_opt_hdr *newopt)
1281 if (newopt)
1282 tot_len += CMSG_ALIGN(ipv6_optlen(newopt));
1299 newopt, newtype, &p);
1302 newopt, newtype, &p);
1306 newopt, newtyp
1263 ipv6_renew_options(struct sock *sk, struct ipv6_txoptions *opt, int newtype, struct ipv6_opt_hdr *newopt) argument
[all...]
/linux-master/net/sctp/
H A Dprotocol.c179 struct ip_options_rcu *inet_opt, *newopt = NULL; local
186 newopt = sock_kmalloc(newsk, sizeof(*inet_opt) +
188 if (newopt)
189 memcpy(newopt, inet_opt, sizeof(*inet_opt) +
194 RCU_INIT_POINTER(newinet->inet_opt, newopt);
/linux-master/net/mptcp/
H A Dprotocol.c3236 struct ip_options_rcu *inet_opt, *newopt = NULL; local
3245 newopt = sock_kmalloc(newsk, sizeof(*inet_opt) +
3247 if (newopt)
3248 memcpy(newopt, inet_opt, sizeof(*inet_opt) +
3253 RCU_INIT_POINTER(newinet->inet_opt, newopt);
/linux-master/include/net/
H A Dipv6.h454 struct ipv6_opt_hdr *newopt);

Completed in 110 milliseconds