Lines Matching full:ctmark
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\-xmark
36 Binary OR the ctmark with \fIbits\fP. (Mnemonic for \fB\-\-set\-xmark\fP
40 Binary XOR the ctmark with \fIbits\fP. (Mnemonic for \fB\-\-set\-xmark\fP
48 Copy the nfmark to the ctmark. If a mask is specified, only those bits are
52 Copy the ctmark to the nfmark. If a mask is specified, only those bits are