newopt            436 include/net/ipv6.h 					  struct ipv6_opt_hdr *newopt);
newopt           1054 net/ipv6/exthdrs.c 		   int newtype, struct ipv6_opt_hdr *newopt)
newopt           1071 net/ipv6/exthdrs.c 	if (newopt)
newopt           1072 net/ipv6/exthdrs.c 		tot_len += CMSG_ALIGN(ipv6_optlen(newopt));
newopt           1089 net/ipv6/exthdrs.c 			  newopt, newtype, &p);
newopt           1092 net/ipv6/exthdrs.c 			  newopt, newtype, &p);
newopt           1096 net/ipv6/exthdrs.c 			  newopt, newtype, &p);
newopt           1099 net/ipv6/exthdrs.c 			  newopt, newtype, &p);
newopt            178 net/sctp/protocol.c 	struct ip_options_rcu *inet_opt, *newopt = NULL;
newopt            185 net/sctp/protocol.c 		newopt = sock_kmalloc(newsk, sizeof(*inet_opt) +
newopt            187 net/sctp/protocol.c 		if (newopt)
newopt            188 net/sctp/protocol.c 			memcpy(newopt, inet_opt, sizeof(*inet_opt) +
newopt            193 net/sctp/protocol.c 	RCU_INIT_POINTER(newinet->inet_opt, newopt);