Searched refs:mangle (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/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 | 315 # mangle + specific targets 320 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-v4.19/scripts/ |
D | headerdep.pl | 164 sub mangle { subroutine 179 mangle($header), $header; 188 mangle($header), mangle($dep->[1]);
|
/Linux-v4.19/fs/ |
D | proc_namespace.c | 83 static inline void mangle(struct seq_file *m, const char *s) in mangle() function 90 mangle(m, sb->s_type->name); in show_type() 93 mangle(m, sb->s_subtype); in show_type() 110 mangle(m, r->mnt_devname ? r->mnt_devname : "none"); in show_vfsmnt() 180 mangle(m, r->mnt_devname ? r->mnt_devname : "none"); in show_mountinfo() 210 mangle(m, r->mnt_devname); in show_vfsstat()
|
/Linux-v4.19/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 66 # iptables -t mangle -A PREROUTING -p tcp --dport 80 -j TPROXY \
|
D | netdev-FAQ.rst | 252 get things done. Don't mangle whitespace, and as is common, don't 255 unpatched tree to confirm infrastructure didn't mangle it.
|
/Linux-v4.19/net/netfilter/ |
D | Kconfig | 724 The target allows you to create rules in the "mangle" table which alter 773 This option adds a `CHECKSUM' target, which can be used in the iptables mangle 841 the "mangle" table which alter the Type Of Service field of an IPv4 868 The target allows you to create rules in the "raw" and "mangle" tables 1025 REDIRECT. It can only be used in the mangle table and is useful
|
/Linux-v4.19/Documentation/vm/ |
D | transhuge.rst | 43 if any driver is going to mangle over the page structure of the tail
|
/Linux-v4.19/net/ipv6/netfilter/ |
D | Kconfig | 282 This option adds a `mangle' table to iptables: see the man page for
|
/Linux-v4.19/Documentation/process/ |
D | email-clients.rst | 274 Thunderbird is an Outlook clone that likes to mangle text, but there are ways
|
D | howto.rst | 430 use a mail program that does not mangle spaces and tab characters. A
|
/Linux-v4.19/Documentation/kernel-hacking/ |
D | hacking.rst | 715 you create or mangle significantly. This is the first place people
|
/Linux-v4.19/net/sched/ |
D | Kconfig | 793 Say Y here if you want to mangle the content of packets.
|
/Linux-v4.19/ |
D | CREDITS | 3889 D: netfilter: IPv6 mangle table
|