Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv6/
Dexthdrs.c737 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.1.27/include/net/
Dipv6.h303 struct ipv6_opt_hdr __user *newopt,