Home
last modified time | relevance | path

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

/linux-3.4.99/net/ipv6/
Dexthdrs.c735 ipv6_dup_options(struct sock *sk, struct ipv6_txoptions *opt) in ipv6_dup_options() function
755 EXPORT_SYMBOL_GPL(ipv6_dup_options);
Dtcp_ipv6.c1374 newnp->opt = ipv6_dup_options(newsk, opt); in tcp_v6_syn_recv_sock()
/linux-3.4.99/include/net/
Dipv6.h260 extern struct ipv6_txoptions * ipv6_dup_options(struct sock *sk, struct ipv6_txoptions *opt);
/linux-3.4.99/net/dccp/
Dipv6.c598 newnp->opt = ipv6_dup_options(newsk, opt); in dccp_v6_request_recv_sock()