Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnf_conntrack_proto_tcp.c520 s32 receiver_offset; in tcp_in_window() local
536 receiver_offset = nf_ct_seq_offset(ct, !dir, ack - 1); in tcp_in_window()
537 ack -= receiver_offset; in tcp_in_window()
538 sack -= receiver_offset; in tcp_in_window()