Searched refs:ipv6_renew_option (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/net/ipv6/ |
D | exthdrs.c | 736 static int ipv6_renew_option(void *ohdr, in ipv6_renew_option() function 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()
|