Home
last modified time | relevance | path

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

/linux-3.4.99/net/ipv6/
Dexthdrs.c758 struct ipv6_opt_hdr __user *newopt, int newoptlen, in ipv6_renew_option() argument
770 if (newopt) { in ipv6_renew_option()
771 if (copy_from_user(*p, newopt, newoptlen)) in ipv6_renew_option()
785 struct ipv6_opt_hdr __user *newopt, int newoptlen) in ipv6_renew_options() argument
803 if (newopt && newoptlen) in ipv6_renew_options()
819 err = ipv6_renew_option(opt ? opt->hopopt : NULL, newopt, newoptlen, in ipv6_renew_options()
825 err = ipv6_renew_option(opt ? opt->dst0opt : NULL, newopt, newoptlen, in ipv6_renew_options()
831 err = ipv6_renew_option(opt ? opt->srcrt : NULL, newopt, newoptlen, in ipv6_renew_options()
837 err = ipv6_renew_option(opt ? opt->dst1opt : NULL, newopt, newoptlen, in ipv6_renew_options()
/linux-3.4.99/include/net/
Dipv6.h263 struct ipv6_opt_hdr __user *newopt,