Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/netfilter/
Darpt_mangle.c14 const struct arpt_mangle *mangle = par->targinfo; in target() local
27 if (mangle->flags & ARPT_MANGLE_SDEV) { in target()
31 memcpy(arpptr, mangle->src_devaddr, hln); in target()
34 if (mangle->flags & ARPT_MANGLE_SIP) { in target()
38 memcpy(arpptr, &mangle->u_s.src_ip, pln); in target()
41 if (mangle->flags & ARPT_MANGLE_TDEV) { in target()
45 memcpy(arpptr, mangle->tgt_devaddr, hln); in target()
48 if (mangle->flags & ARPT_MANGLE_TIP) { in target()
52 memcpy(arpptr, &mangle->u_t.tgt_ip, pln); in target()
54 return mangle->target; in target()
[all …]
DKconfig316 # mangle + specific targets
321 This option adds a `mangle' table to iptables: see the man page for
345 This option adds a `ECN' target, which can be used in the iptables mangle
/linux-4.4.14/scripts/
Dheaderdep.pl163 sub mangle { subroutine
178 mangle($header), $header;
187 mangle($header), mangle($dep->[1]);
/linux-4.4.14/Documentation/networking/
Dtproxy.txt16 # iptables -t mangle -N DIVERT
17 # iptables -t mangle -A PREROUTING -p tcp -m socket -j DIVERT
18 # iptables -t mangle -A DIVERT -j MARK --set-mark 1
19 # iptables -t mangle -A DIVERT -j ACCEPT
57 # iptables -t mangle -A PREROUTING -p tcp --dport 80 -j TPROXY \
Dnetdev-FAQ.txt218 is the best way to get things done. Don't mangle whitespace, and as
221 it to an unpatched tree to confirm infrastructure didn't mangle it.
/linux-4.4.14/fs/
Dproc_namespace.c80 static inline void mangle(struct seq_file *m, const char *s) in mangle() function
87 mangle(m, sb->s_type->name); in show_type()
90 mangle(m, sb->s_subtype); in show_type()
107 mangle(m, r->mnt_devname ? r->mnt_devname : "none"); in show_vfsmnt()
174 mangle(m, r->mnt_devname ? r->mnt_devname : "none"); in show_mountinfo()
205 mangle(m, r->mnt_devname); in show_vfsstat()
Dnamespace.c1166 static inline void mangle(struct seq_file *m, const char *s) in mangle() function
1186 mangle(m, options); in generic_show_options()
/linux-4.4.14/arch/avr32/mach-at32ap/
DKconfig11 This is used to determine how to mangle the address and/or data
/linux-4.4.14/Documentation/DocBook/
Dfilesystems.xml.db141 API-mangle-path
Dkernel-api.xml.db709 API-blk-mangle-minor
/linux-4.4.14/net/netfilter/
DKconfig587 The target allows you to create rules in the "mangle" table which alter
637 This option adds a `CHECKSUM' target, which can be used in the iptables mangle
705 the "mangle" table which alter the Type Of Service field of an IPv4
732 The target allows you to create rules in the "raw" and "mangle" tables
888 REDIRECT. It can only be used in the mangle table and is useful
/linux-4.4.14/net/ipv6/netfilter/
DKconfig270 This option adds a `mangle' table to iptables: see the man page for
/linux-4.4.14/Documentation/
Demail-clients.txt247 Thunderbird is an Outlook clone that likes to mangle text, but there are ways
DHOWTO411 Make sure you use a mail program that does not mangle spaces and tab
/linux-4.4.14/Documentation/vm/
Dtranshuge.txt274 if any driver is going to mangle over the page structure of the tail
/linux-4.4.14/net/sched/
DKconfig661 Say Y here if you want to mangle the content of packets.
/linux-4.4.14/
DCREDITS3822 D: netfilter: IPv6 mangle table