OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ctmark
(Results
1 - 5
of
5
) sorted by null
/external/iptables/extensions/
libxt_CONNMARK.man
5
Zero out the bits given by \fImask\fP and XOR \fIvalue\fP into the
ctmark
.
8
Copy the packet mark (nfmark) to the connection mark (
ctmark
) using the given
11
ctmark
= (
ctmark
& ~ctmask) ^ (nfmark & nfmask)
14
nfmark to XOR into the
ctmark
. \fIctmask\fP and \fInfmask\fP default to
18
Copy the connection mark (
ctmark
) to the packet mark (nfmark) using the given
19
masks. The new
ctmark
value is determined as follows:
21
nfmark = (nfmark & ~\fInfmask\fP) ^ (
ctmark
& \fIctmask\fP);
24
ctmark
to XOR into the nfmark. \fIctmask\fP and \fInfmask\fP default to
32
Binary AND the
ctmark
with \fIbits\fP. (Mnemonic for \fB\-\-set\-xmar
[
all
...]
libxt_CONNMARK.c
111
" --set-xmark value[/ctmask] Zero mask bits and XOR
ctmark
with value\n"
113
" Copy
ctmark
to nfmark using masks\n"
115
" Copy nfmark to
ctmark
using masks\n"
119
" --and-mark value Binary AND the
ctmark
with bits\n"
120
" --or-mark value Binary OR the
ctmark
with bits\n"
121
" --xor-mark value Binary XOR the
ctmark
with bits\n"
131
* --
ctmark
or --nfmask is given.
168
info->
ctmark
= cb->val.mark;
173
info->
ctmark
= cb->val.mark;
178
info->
ctmark
= 0
[
all
...]
libxt_CT.man
17
the
ctmark
, not nfmark), \fBnatseqinfo\fP, \fBsecmark\fP (ctsecmark).
libxt_connmark.c
41
"[!] --mark value[/mask] Match
ctmark
value with optional mask\n");
/external/iptables/include/linux/netfilter/
xt_connmark.h
22
__u32
ctmark
, ctmask, nfmask;
member in struct:xt_connmark_tginfo1
Completed in 3084 milliseconds