Home
last modified time | relevance | path

Searched refs:td_end (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dnf_conntrack_proto_tcp.c466 sender->td_end = in tcp_init_sender()
557 sender->td_end = end; in tcp_in_window()
572 receiver->td_end++; in tcp_in_window()
600 ack = sack = receiver->td_end; in tcp_in_window()
608 ack = sack = receiver->td_end; in tcp_in_window()
615 seq = end = sender->td_end; in tcp_in_window()
640 sender->td_end = end; in tcp_in_window()
655 receiver->td_end + 1); in tcp_in_window()
678 sender->td_end = end; in tcp_in_window()
698 if (ack == receiver->td_end) in tcp_in_window()
[all …]
H A Dnf_nat_core.c225 return (__s32)(new->proto.tcp.seen[0].td_end - in nf_seq_has_advanced()
226 old->proto.tcp.seen[0].td_end) > 0; in nf_seq_has_advanced()
/openbmc/linux/include/linux/netfilter/
H A Dnf_conntrack_tcp.h9 u_int32_t td_end; /* max of seq + len */ member