Searched defs:newopt (Results 1 - 1 of 1) sorted by relevance

/net/ipv6/
H A Dexthdrs.c736 struct ipv6_opt_hdr __user *newopt, int newoptlen,
748 if (newopt) {
749 if (copy_from_user(*p, newopt, newoptlen))
763 struct ipv6_opt_hdr __user *newopt, int newoptlen)
781 if (newopt && newoptlen)
797 err = ipv6_renew_option(opt ? opt->hopopt : NULL, newopt, newoptlen,
803 err = ipv6_renew_option(opt ? opt->dst0opt : NULL, newopt, newoptlen,
809 err = ipv6_renew_option(opt ? opt->srcrt : NULL, newopt, newoptlen,
815 err = ipv6_renew_option(opt ? opt->dst1opt : NULL, newopt, newoptlen,
735 ipv6_renew_option(void *ohdr, struct ipv6_opt_hdr __user *newopt, int newoptlen, int inherit, struct ipv6_opt_hdr **hdr, char **p) argument
761 ipv6_renew_options(struct sock *sk, struct ipv6_txoptions *opt, int newtype, struct ipv6_opt_hdr __user *newopt, int newoptlen) argument

Completed in 47 milliseconds