Home
last modified time | relevance | path

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

/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 …]
DKconfig220 # mangle + specific targets
225 This option adds a `mangle' table to iptables: see the man page for
249 This option adds a `ECN' target, which can be used in the iptables mangle
/net/ipv6/netfilter/
DKconfig161 This option adds a `mangle' table to iptables: see the man page for
/net/netfilter/
DKconfig446 The target allows you to create rules in the "mangle" table which alter
496 This option adds a `CHECKSUM' target, which can be used in the iptables mangle
564 the "mangle" table which alter the Type Of Service field of an IPv4
591 The target allows you to create rules in the "raw" and "mangle" tables
732 REDIRECT. It can only be used in the mangle table and is useful
/net/sched/
DKconfig602 Say Y here if you want to mangle the content of packets.