Searched refs:newopt (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/net/ipv6/ |
D | exthdrs.c | 737 struct ipv6_opt_hdr __user *newopt, int newoptlen, in ipv6_renew_option() argument 749 if (newopt) { in ipv6_renew_option() 750 if (copy_from_user(*p, newopt, newoptlen)) in ipv6_renew_option() 764 struct ipv6_opt_hdr __user *newopt, int newoptlen) in ipv6_renew_options() argument 782 if (newopt && newoptlen) in ipv6_renew_options() 798 err = ipv6_renew_option(opt ? opt->hopopt : NULL, newopt, newoptlen, in ipv6_renew_options() 804 err = ipv6_renew_option(opt ? opt->dst0opt : NULL, newopt, newoptlen, in ipv6_renew_options() 810 err = ipv6_renew_option(opt ? opt->srcrt : NULL, newopt, newoptlen, in ipv6_renew_options() 816 err = ipv6_renew_option(opt ? opt->dst1opt : NULL, newopt, newoptlen, in ipv6_renew_options()
|
/linux-4.4.14/include/net/ |
D | ipv6.h | 305 struct ipv6_opt_hdr __user *newopt,
|