Home
last modified time | relevance | path

Searched refs:newopt (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DFlags.c231 XF86OptionPtr newopt = NULL; in xf86optionListDup() local
236 newopt = xf86addNewOption(newopt, strdup(opt->opt_name), _val); in xf86optionListDup()
237 newopt->opt_used = opt->opt_used; in xf86optionListDup()
239 newopt->opt_comment = strdup(opt->opt_comment); in xf86optionListDup()
242 return newopt; in xf86optionListDup()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dexthdrs.c1249 int newtype, struct ipv6_opt_hdr *newopt) in ipv6_renew_options() argument
1266 if (newopt) in ipv6_renew_options()
1267 tot_len += CMSG_ALIGN(ipv6_optlen(newopt)); in ipv6_renew_options()
1284 newopt, newtype, &p); in ipv6_renew_options()
1287 newopt, newtype, &p); in ipv6_renew_options()
1291 newopt, newtype, &p); in ipv6_renew_options()
1294 newopt, newtype, &p); in ipv6_renew_options()
/OK3568_Linux_fs/kernel/net/sctp/
H A Dprotocol.c179 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()
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkinput.c844 InputOption *newopt = NULL; in KdGetOptions() local
863 newopt = input_option_new(*options, key, value); in KdGetOptions()
864 if (newopt) in KdGetOptions()
865 *options = newopt; in KdGetOptions()
871 return (newopt != NULL); in KdGetOptions()
/OK3568_Linux_fs/kernel/include/net/
H A Dipv6.h436 struct ipv6_opt_hdr *newopt);