Home
last modified time | relevance | path

Searched refs:tcp_in_window (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
Dtcp_minisocks.c33 static bool tcp_in_window(u32 seq, u32 end_seq, u32 s_win, u32 e_win) in tcp_in_window() function
117 !tcp_in_window(TCP_SKB_CB(skb)->seq, TCP_SKB_CB(skb)->end_seq, in tcp_timewait_state_process()
711 if (paws_reject || !tcp_in_window(TCP_SKB_CB(skb)->seq, TCP_SKB_CB(skb)->end_seq, in tcp_check_req()
/kernel/linux/linux-5.10/net/netfilter/
Dnf_conntrack_proto_tcp.c461 static bool tcp_in_window(const struct nf_conn *ct, in tcp_in_window() function
1098 if (!tcp_in_window(ct, &ct->proto.tcp, dir, index, in nf_conntrack_tcp_packet()