Searched refs:dccp_rcv_established (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/net/dccp/ |
| H A D | input.c | 364 int dccp_rcv_established(struct sock *sk, struct sk_buff *skb, in dccp_rcv_established() function 382 EXPORT_SYMBOL_GPL(dccp_rcv_established);
|
| H A D | dccp.h | 283 int dccp_rcv_established(struct sock *sk, struct sk_buff *skb,
|
| H A D | ipv4.c | 659 if (dccp_rcv_established(sk, skb, dh, skb->len)) in dccp_v4_do_rcv()
|
| H A D | ipv6.c | 611 if (dccp_rcv_established(sk, skb, dccp_hdr(skb), skb->len)) in dccp_v6_do_rcv()
|