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