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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dtcp_minisocks.c58 static __inline__ int tcp_in_window(u32 seq, u32 end_seq, u32 s_win, u32 e_win) function
119 !tcp_in_window(TCP_SKB_CB(skb)->seq, TCP_SKB_CB(skb)->end_seq,
603 if (paws_reject || !tcp_in_window(TCP_SKB_CB(skb)->seq, TCP_SKB_CB(skb)->end_seq,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_proto_tcp.c494 static int tcp_in_window(struct ip_ct_tcp *state, function
518 DEBUGP("tcp_in_window: START\n");
519 DEBUGP("tcp_in_window: src=%u.%u.%u.%u:%hu dst=%u.%u.%u.%u:%hu "
524 DEBUGP("tcp_in_window: sender end=%u maxend=%u maxwin=%u scale=%i "
607 DEBUGP("tcp_in_window: src=%u.%u.%u.%u:%hu dst=%u.%u.%u.%u:%hu "
612 DEBUGP("tcp_in_window: sender end=%u maxend=%u maxwin=%u scale=%i "
619 DEBUGP("tcp_in_window: I=%i II=%i III=%i IV=%i\n",
692 DEBUGP("tcp_in_window: res=%i sender end=%u maxend=%u maxwin=%u "
942 if (!tcp_in_window(&conntrack->proto.tcp, dir, index,

Completed in 47 milliseconds