Home
last modified time | relevance | path

Searched refs:dccp_create_openreq_child (Results 1 – 3 of 3) sorted by relevance

/linux/net/dccp/
H A Dminisocks.c72 struct sock *dccp_create_openreq_child(const struct sock *sk, in dccp_create_openreq_child() function
131 EXPORT_SYMBOL_GPL(dccp_create_openreq_child);
H A Ddccp.h260 struct sock *dccp_create_openreq_child(const struct sock *sk,
H A Dipv6.c487 newsk = dccp_create_openreq_child(sk, req, skb); in dccp_v6_request_recv_sock()