Searched refs:dccp_check_req (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/ |
H A D | minisocks.c | 142 struct sock *dccp_check_req(struct sock *sk, struct sk_buff *skb, in dccp_check_req() function 212 EXPORT_SYMBOL_GPL(dccp_check_req); variable
|
H A D | dccp.h | 276 struct sock *dccp_check_req(struct sock *sk, struct sk_buff *skb,
|
H A D | ipv4.c | 848 nsk = dccp_check_req(sk, skb, req); in dccp_v4_rcv()
|
H A D | ipv6.c | 746 nsk = dccp_check_req(sk, skb, req); in dccp_v6_rcv()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | minisocks.c | 143 struct sock *dccp_check_req(struct sock *sk, struct sk_buff *skb, in dccp_check_req() function 213 EXPORT_SYMBOL_GPL(dccp_check_req); variable
|
H A D | dccp.h | 271 struct sock *dccp_check_req(struct sock *sk, struct sk_buff *skb,
|
H A D | ipv4.c | 864 nsk = dccp_check_req(sk, skb, req); in dccp_v4_rcv()
|
H A D | ipv6.c | 757 nsk = dccp_check_req(sk, skb, req); in dccp_v6_rcv()
|
Completed in 11 milliseconds