Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/net/netfilter/
H 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 …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/netfilter/
H 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 …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/netfilter/
H 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 …]
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_map.c1880 GMT_LOCAL uint64_t gmtmap_radial_boundary_arc (struct GMT_CTRL *GMT, int this_way, double end_x[], … in gmtmap_radial_boundary_arc() argument
1900 …pt = (this_way) ? n_arc - k : k - 1; /* The order we add the arc depends if we exited or entered t… in gmtmap_radial_boundary_arc()