Home
last modified time | relevance | path

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

/linux/include/net/netfilter/
H A Dnf_conntrack_seqadj.h43 s32 nf_ct_seq_offset(const struct nf_conn *ct, enum ip_conntrack_dir, u32 seq);
/linux/net/netfilter/
H A Dnf_conntrack_seqadj.c220 s32 nf_ct_seq_offset(const struct nf_conn *ct, in nf_ct_seq_offset() function
234 EXPORT_SYMBOL_GPL(nf_ct_seq_offset);
H A Dnf_conntrack_proto_tcp.c536 receiver_offset = nf_ct_seq_offset(ct, !dir, ack - 1); in tcp_in_window()