Searched refs:ip6_opt_dup (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/ipv6/
H A Dip6_output.c1296 static inline struct ipv6_opt_hdr *ip6_opt_dup(struct ipv6_opt_hdr *src, function
1360 nopt->dst0opt = ip6_opt_dup(opt->dst0opt, sk->sk_allocation);
1364 nopt->dst1opt = ip6_opt_dup(opt->dst1opt, sk->sk_allocation);
1368 nopt->hopopt = ip6_opt_dup(opt->hopopt, sk->sk_allocation);

Completed in 104 milliseconds