HomeSort by relevance Sort by last modified time
    Searched full:nfmark (Results 1 - 14 of 14) sorted by null

  /external/iptables/extensions/
libxt_CONNMARK.man 8 Copy the packet mark (nfmark) to the connection mark (ctmark) using the given
9 masks. The new nfmark value is determined as follows:
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
21 nfmark = (nfmark & ~\fInfmask\fP) ^ (ctmark & \fIctmask\fP);
24 ctmark to XOR into the nfmark. \fIctmask\fP and \fInfmask\fP default to
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 ar
    [all...]
libxt_MARK.man 9 mark ("nfmark"). If \fImask\fP is omitted, 0xFFFFFFFF is assumed.
18 Binary AND the nfmark with \fIbits\fP. (Mnemonic for \fB\-\-set\-xmark
22 Binary OR the nfmark with \fIbits\fP. (Mnemonic for \fB\-\-set\-xmark\fP
26 Binary XOR the nfmark with \fIbits\fP. (Mnemonic for \fB\-\-set\-xmark\fP
libxt_MARK.c 42 " --set-mark value Set nfmark value\n"
43 " --and-mark value Binary AND the nfmark with value\n"
44 " --or-mark value Binary OR the nfmark with value\n");
75 " --set-xmark value[/mask] Clear bits in mask and XOR value into nfmark\n"
76 " --set-mark value[/mask] Clear bits in mask and OR value into nfmark\n"
77 " --and-mark bits Binary AND the nfmark with bits\n"
78 " --or-mark bits Binary OR the nfmark with bits\n"
79 " --xor-mask bits Binary XOR the nfmark with bits\n"
libxt_CT.man 17 the ctmark, not nfmark), \fBnatseqinfo\fP, \fBsecmark\fP (ctsecmark).
libxt_CONNMARK.c 64 " --save-mark [--mask mask] Save the packet nfmark in the connection\n"
65 " --restore-mark [--mask mask] Restore saved nfmark value\n");
113 " Copy ctmark to nfmark using masks\n"
115 " Copy nfmark to ctmark using masks\n"
117 " --save-mark [--mask mask] Save the packet nfmark in the connection\n"
118 " --restore-mark [--mask mask] Restore saved nfmark value\n"
libxt_mark.c 19 "[!] --mark value[/mask] Match nfmark value with optional mask\n");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
nfnetlink_log.h 38 NFULA_MARK, /* u_int32_t nfmark */
nfnetlink_queue.h 36 NFQA_MARK, /* u_int32_t nfmark */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
nfnetlink_log.h 38 NFULA_MARK, /* u_int32_t nfmark */
nfnetlink_queue.h 36 NFQA_MARK, /* u_int32_t nfmark */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
nfnetlink_log.h 38 NFULA_MARK, /* u_int32_t nfmark */
nfnetlink_queue.h 36 NFQA_MARK, /* u_int32_t nfmark */
  /external/iproute2/tc/
em_meta.c 35 "Example: meta(nfmark gt 24)\n" \
78 __A(NFMARK, "nf_mark", "i",
80 __A(NFMARK, "fwmark", "i",
  /external/kernel-headers/original/linux/
skbuff.h 218 * @nfmark: Can be used for communication between hooks
297 __u32 nfmark; member in struct:sk_buff
    [all...]

Completed in 3817 milliseconds