Searched refs:mangle (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/net/ipv4/netfilter/ |
D | arpt_mangle.c | 14 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 …]
|
D | Kconfig | 301 # mangle + specific targets 306 This option adds a `mangle' table to iptables: see the man page for 330 This option adds a `ECN' target, which can be used in the iptables mangle
|
/linux-4.1.27/scripts/ |
D | headerdep.pl | 163 sub mangle { subroutine 178 mangle($header), $header; 187 mangle($header), mangle($dep->[1]);
|
/linux-4.1.27/Documentation/networking/ |
D | tproxy.txt | 16 # 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 \
|
D | netdev-FAQ.txt | 218 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.1.27/fs/ |
D | proc_namespace.c | 79 static inline void mangle(struct seq_file *m, const char *s) in mangle() function 86 mangle(m, sb->s_type->name); in show_type() 89 mangle(m, sb->s_subtype); in show_type() 106 mangle(m, r->mnt_devname ? r->mnt_devname : "none"); in show_vfsmnt() 173 mangle(m, r->mnt_devname ? r->mnt_devname : "none"); in show_mountinfo() 204 mangle(m, r->mnt_devname); in show_vfsstat()
|
D | namespace.c | 1155 static inline void mangle(struct seq_file *m, const char *s) in mangle() function 1175 mangle(m, options); in generic_show_options()
|
/linux-4.1.27/arch/avr32/mach-at32ap/ |
D | Kconfig | 11 This is used to determine how to mangle the address and/or data
|
/linux-4.1.27/net/netfilter/ |
D | Kconfig | 573 The target allows you to create rules in the "mangle" table which alter 623 This option adds a `CHECKSUM' target, which can be used in the iptables mangle 691 the "mangle" table which alter the Type Of Service field of an IPv4 718 The target allows you to create rules in the "raw" and "mangle" tables 872 REDIRECT. It can only be used in the mangle table and is useful
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | Kconfig | 255 This option adds a `mangle' table to iptables: see the man page for
|
/linux-4.1.27/Documentation/ |
D | email-clients.txt | 211 Thunderbird is an Outlook clone that likes to mangle text, but there are ways
|
D | HOWTO | 411 Make sure you use a mail program that does not mangle spaces and tab
|
/linux-4.1.27/Documentation/vm/ |
D | transhuge.txt | 264 if any driver is going to mangle over the page structure of the tail
|
/linux-4.1.27/net/sched/ |
D | Kconfig | 650 Say Y here if you want to mangle the content of packets.
|
/linux-4.1.27/ |
D | CREDITS | 3810 D: netfilter: IPv6 mangle table
|