Searched refs:dccp_rcv_established (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/net/dccp/ |
D | input.c | 368 int dccp_rcv_established(struct sock *sk, struct sk_buff *skb, in dccp_rcv_established() function 386 EXPORT_SYMBOL_GPL(dccp_rcv_established);
|
D | dccp.h | 291 extern int dccp_rcv_established(struct sock *sk, struct sk_buff *skb,
|
D | ipv4.c | 671 if (dccp_rcv_established(sk, skb, dh, skb->len)) in dccp_v4_do_rcv()
|
D | ipv6.c | 686 if (dccp_rcv_established(sk, skb, dccp_hdr(skb), skb->len)) in dccp_v6_do_rcv()
|