Home
last modified time | relevance | path

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

/linux/net/netfilter/
A Dnf_conntrack_seqadj.c15 struct nf_ct_seqadj *this_way; in nf_ct_seqadj_init() local
23 this_way = &seqadj->seq[dir]; in nf_ct_seqadj_init()
24 this_way->offset_before = off; in nf_ct_seqadj_init()
25 this_way->offset_after = off; in nf_ct_seqadj_init()
35 struct nf_ct_seqadj *this_way; in nf_ct_seqadj_set() local
48 this_way = &seqadj->seq[dir]; in nf_ct_seqadj_set()
49 if (this_way->offset_before == this_way->offset_after || in nf_ct_seqadj_set()
52 this_way->offset_before = this_way->offset_after; in nf_ct_seqadj_set()
53 this_way->offset_after += off; in nf_ct_seqadj_set()
230 this_way = &seqadj->seq[dir]; in nf_ct_seq_offset()
[all …]

Completed in 3 milliseconds