Home
last modified time | relevance | path

Searched refs:ipv6_dup_options (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/net/ipv6/
Dexthdrs.c737 ipv6_dup_options(struct sock *sk, struct ipv6_txoptions *opt) in ipv6_dup_options() function
757 EXPORT_SYMBOL_GPL(ipv6_dup_options);
Dtcp_ipv6.c1498 newnp->opt = ipv6_dup_options(newsk, opt); in tcp_v6_syn_recv_sock()
/linux-2.6.39/include/net/
Dipv6.h247 extern struct ipv6_txoptions * ipv6_dup_options(struct sock *sk, struct ipv6_txoptions *opt);
/linux-2.6.39/net/dccp/
Dipv6.c601 newnp->opt = ipv6_dup_options(newsk, opt); in dccp_v6_request_recv_sock()