Searched refs:newoptlen (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 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.4.14/include/net/ |
D | ipv6.h | 306 int newoptlen);
|