Searched refs:tcp_check_req (Results 1 – 8 of 8) sorted by relevance
| /linux/net/ipv4/ |
| A D | tcp_minisocks.c | 563 struct sock *tcp_check_req(struct sock *sk, struct sk_buff *skb, in tcp_check_req() function 811 EXPORT_SYMBOL(tcp_check_req);
|
| A D | tcp_ipv4.c | 2050 nsk = tcp_check_req(sk, skb, req, false, &req_stolen); in tcp_v4_rcv()
|
| A D | tcp_input.c | 6441 if (!tcp_check_req(sk, skb, req, true, &req_stolen)) in tcp_rcv_state_process()
|
| /linux/include/net/ |
| A D | tcp.h | 385 struct sock *tcp_check_req(struct sock *sk, struct sk_buff *skb,
|
| /linux/net/ipv6/ |
| A D | tcp_ipv6.c | 1706 nsk = tcp_check_req(sk, skb, req, false, &req_stolen); in tcp_v6_rcv()
|
| /linux/ |
| A D | vmlinux.symvers | 4709 0x00000000 tcp_check_req vmlinux EXPORT_SYMBOL
|
| A D | System.map | 53186 ffff800010e56860 T tcp_check_req
|
| A D | .tmp_System.map | 53186 ffff800010e56860 T tcp_check_req
|
Completed in 357 milliseconds