Home
last modified time | relevance | path

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

/linux-5.19.10/net/netfilter/
Dnf_conntrack_proto_tcp.c490 s32 receiver_offset; in tcp_in_window() local
506 receiver_offset = nf_ct_seq_offset(ct, !dir, ack - 1); in tcp_in_window()
507 ack -= receiver_offset; in tcp_in_window()
508 sack -= receiver_offset; in tcp_in_window()