Searched refs:dccp_rcv_established (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/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); variable
|
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 | 576 Fortunately, dccp_rcv_established and rcv_established in dccp_v6_do_rcv() 609 if (dccp_rcv_established(sk, skb, dccp_hdr(skb), skb->len)) in dccp_v6_do_rcv()
|
/kernel/linux/linux-6.6/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); variable
|
H A D | dccp.h | 278 int dccp_rcv_established(struct sock *sk, struct sk_buff *skb,
|
H A D | ipv4.c | 675 if (dccp_rcv_established(sk, skb, dh, skb->len)) in dccp_v4_do_rcv()
|
H A D | ipv6.c | 587 Fortunately, dccp_rcv_established and rcv_established in dccp_v6_do_rcv() 620 if (dccp_rcv_established(sk, skb, dccp_hdr(skb), skb->len)) in dccp_v6_do_rcv()
|
Completed in 16 milliseconds