Home
last modified time | relevance | path

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

/linux-3.4.99/net/dccp/
Dipv4.c586 int dccp_v4_conn_request(struct sock *sk, struct sk_buff *skb) in dccp_v4_conn_request() function
664 EXPORT_SYMBOL_GPL(dccp_v4_conn_request);
913 .conn_request = dccp_v4_conn_request,
Ddccp.h271 extern int dccp_v4_conn_request(struct sock *sk, struct sk_buff *skb);
Dipv6.c389 return dccp_v4_conn_request(sk, skb); in dccp_v6_conn_request()