Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dnf_conntrack_seqadj.c49 before(this_way->correction_pos, ntohl(seq))) { in nf_ct_seqadj_set()
50 this_way->correction_pos = ntohl(seq); in nf_ct_seqadj_set()
86 seq->correction_pos)) in nf_ct_sack_block_adjust()
94 seq->correction_pos)) in nf_ct_sack_block_adjust()
182 if (after(ntohl(tcph->seq), this_way->correction_pos)) in nf_ct_seq_adjust()
188 other_way->correction_pos)) in nf_ct_seq_adjust()
225 return after(seq, this_way->correction_pos) ? in nf_ct_seq_offset()
Dnf_conntrack_netlink.c414 htonl(seq->correction_pos)) || in dump_ct_seq_adj()
1589 seq->correction_pos = in change_seq_adj()
/linux-4.4.14/include/net/netfilter/
Dnf_conntrack_seqadj.h14 u32 correction_pos; member