Searched refs:dccp_rcv_established (Results 1 – 4 of 4) sorted by relevance
| /linux/net/dccp/ |
| 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);
|
| A D | dccp.h | 283 int dccp_rcv_established(struct sock *sk, struct sk_buff *skb,
|
| A D | ipv4.c | 667 if (dccp_rcv_established(sk, skb, dh, skb->len)) in dccp_v4_do_rcv()
|
| A D | ipv6.c | 621 if (dccp_rcv_established(sk, skb, dccp_hdr(skb), skb->len)) in dccp_v6_do_rcv()
|
Completed in 9 milliseconds