Home
last modified time | relevance | path

Searched refs:newoptlen (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
750 if (copy_from_user(*p, newopt, newoptlen)) in ipv6_renew_option()
753 if (ipv6_optlen(*hdr) > newoptlen) in ipv6_renew_option()
755 *p += CMSG_ALIGN(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()
783 tot_len += CMSG_ALIGN(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()
[all …]
/linux-4.1.27/include/net/
Dipv6.h304 int newoptlen);