Searched refs:mangle (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/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 | 316 # 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/ |
D | headerdep.pl | 163 sub mangle { subroutine 178 mangle($header), $header; 187 mangle($header), mangle($dep->[1]);
|
/linux-4.4.14/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.4.14/fs/ |
D | proc_namespace.c | 80 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()
|
D | namespace.c | 1166 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/ |
D | Kconfig | 11 This is used to determine how to mangle the address and/or data
|
/linux-4.4.14/Documentation/DocBook/ |
D | filesystems.xml.db | 141 API-mangle-path
|
D | kernel-api.xml.db | 709 API-blk-mangle-minor
|
/linux-4.4.14/net/netfilter/ |
D | Kconfig | 587 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/ |
D | Kconfig | 270 This option adds a `mangle' table to iptables: see the man page for
|
/linux-4.4.14/Documentation/ |
D | email-clients.txt | 247 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.4.14/Documentation/vm/ |
D | transhuge.txt | 274 if any driver is going to mangle over the page structure of the tail
|
/linux-4.4.14/net/sched/ |
D | Kconfig | 661 Say Y here if you want to mangle the content of packets.
|
/linux-4.4.14/ |
D | CREDITS | 3822 D: netfilter: IPv6 mangle table
|