Searched refs:tcp_rcv_state_process (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/net/ipv4/ |
H A D | tcp_minisocks.c | 120 /* Just repeat all the checks of tcp_rcv_state_process() */ tcp_timewait_state_process() 667 from SYNACK both here and in tcp_rcv_state_process(). tcp_check_req() 668 tcp_rcv_state_process() does not, hence, we do not too. tcp_check_req() 812 ret = tcp_rcv_state_process(child, skb, tcp_hdr(skb), tcp_child_process()
|
H A D | tcp_input.c | 5666 * Also, seems the code doing it in step6 of tcp_rcv_state_process tcp_rcv_synsent_state_process() 5697 int tcp_rcv_state_process(struct sock *sk, struct sk_buff *skb, tcp_rcv_state_process() function 5965 EXPORT_SYMBOL(tcp_rcv_state_process); variable
|
H A D | tcp_ipv4.c | 1427 if (tcp_rcv_state_process(sk, skb, tcp_hdr(skb), skb->len)) { tcp_v4_do_rcv()
|
H A D | tcp_output.c | 3057 * See tcp_input.c:tcp_rcv_state_process case TCP_SYN_SENT. tcp_connect_init()
|
/linux-4.1.27/net/ipv6/ |
H A D | tcp_ipv6.c | 1286 if (tcp_rcv_state_process(sk, skb, tcp_hdr(skb), skb->len)) tcp_v6_do_rcv()
|
/linux-4.1.27/include/net/ |
H A D | tcp.h | 368 int tcp_rcv_state_process(struct sock *sk, struct sk_buff *skb,
|
Completed in 133 milliseconds