| /OK3568_Linux_fs/kernel/net/ipv4/netfilter/ |
| H A D | arpt_mangle.c | 15 const struct arpt_mangle *mangle = par->targinfo; in target() local 28 if (mangle->flags & ARPT_MANGLE_SDEV) { in target() 32 memcpy(arpptr, mangle->src_devaddr, hln); in target() 35 if (mangle->flags & ARPT_MANGLE_SIP) { in target() 39 memcpy(arpptr, &mangle->u_s.src_ip, pln); in target() 42 if (mangle->flags & ARPT_MANGLE_TDEV) { in target() 46 memcpy(arpptr, mangle->tgt_devaddr, hln); in target() 49 if (mangle->flags & ARPT_MANGLE_TIP) { in target() 53 memcpy(arpptr, &mangle->u_t.tgt_ip, pln); in target() 55 return mangle->target; in target() [all …]
|
| H A D | Kconfig | 253 # mangle + specific targets 258 This option adds a `mangle' table to iptables: see the man page for 283 This option adds a `ECN' target, which can be used in the iptables mangle
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | headerdep.pl | 164 sub mangle { subroutine 179 mangle($header), $header; 188 mangle($header), mangle($dep->[1]);
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | proc_namespace.c | 84 static inline void mangle(struct seq_file *m, const char *s) in mangle() function 91 mangle(m, sb->s_type->name); in show_type() 94 mangle(m, sb->s_subtype); in show_type() 111 mangle(m, r->mnt_devname ? r->mnt_devname : "none"); in show_vfsmnt() 181 mangle(m, r->mnt_devname ? r->mnt_devname : "none"); in show_mountinfo() 211 mangle(m, r->mnt_devname); in show_vfsstat()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | tproxy.rst | 19 # iptables -t mangle -N DIVERT 20 # iptables -t mangle -A PREROUTING -p tcp -m socket -j DIVERT 21 # iptables -t mangle -A DIVERT -j MARK --set-mark 1 22 # iptables -t mangle -A DIVERT -j ACCEPT 69 # iptables -t mangle -A PREROUTING -p tcp --dport 80 -j TPROXY \
|
| H A D | netdev-FAQ.rst | 227 get things done. Don't mangle whitespace, and as is common, don't 230 unpatched tree to confirm infrastructure didn't mangle it.
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | action.c | 527 mask = ~act->mangle.mask; in nfp_fl_set_eth() 528 exact = act->mangle.val; in nfp_fl_set_eth() 564 mask = (__force __be32)~act->mangle.mask; in nfp_fl_set_ip4() 565 exact = (__force __be32)act->mangle.val; in nfp_fl_set_ip4() 705 mask = (__force __be32)~act->mangle.mask; in nfp_fl_set_ip6() 706 exact = (__force __be32)act->mangle.val; in nfp_fl_set_ip6() 745 mask = ~act->mangle.mask; in nfp_fl_set_tport() 746 exact = act->mangle.val; in nfp_fl_set_tport() 900 htype = act->mangle.htype; in nfp_fl_pedit() 901 offset = act->mangle.offset; in nfp_fl_pedit()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/eject/eject/ |
| H A D | eject-2.1.5-spaces.patch | 8 string as input as we mangle in place. Some of this was taken from the 21 + * string as input as we mangle in place. Some of this was taken from the
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_tc_flower.c | 543 htype = act->mangle.htype; in cxgb4_process_flow_actions() 544 mask = act->mangle.mask; in cxgb4_process_flow_actions() 545 val = act->mangle.val; in cxgb4_process_flow_actions() 546 offset = act->mangle.offset; in cxgb4_process_flow_actions() 586 htype = act->mangle.htype; in valid_pedit_action() 587 mask = act->mangle.mask; in valid_pedit_action() 588 offset = act->mangle.offset; in valid_pedit_action()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_flower.c | 171 enum flow_action_mangle_base htype = act->mangle.htype; in mlxsw_sp_flower_parse_actions() 172 __be32 be_mask = (__force __be32) act->mangle.mask; in mlxsw_sp_flower_parse_actions() 173 __be32 be_val = (__force __be32) act->mangle.val; in mlxsw_sp_flower_parse_actions() 174 u32 offset = act->mangle.offset; in mlxsw_sp_flower_parse_actions()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-navigation/geos/files/ |
| H A D | geos-config-Add-includedir-variable.patch | 6 This fixes cross-compile as it is easier to mangle the includedir
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/s-nail/files/ |
| H A D | make-errors.patch | 37 # The problem is that at least (some versions of) gcc mangle output.
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_flow_table_offload.c | 159 entry->mangle.htype = htype; in flow_offload_mangle() 160 entry->mangle.offset = offset; in flow_offload_mangle() 161 memcpy(&entry->mangle.mask, mask, sizeof(u32)); in flow_offload_mangle() 162 memcpy(&entry->mangle.val, value, sizeof(u32)); in flow_offload_mangle()
|
| H A D | Kconfig | 725 The target allows you to create rules in the "mangle" table which alter 774 This option adds a `CHECKSUM' target, which can be used in the iptables mangle 842 the "mangle" table which alter the Type Of Service field of an IPv4 869 The target allows you to create rules in the "raw" and "mangle" tables 1041 REDIRECT. It can only be used in the mangle table and is useful
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/packagegroups/ |
| H A D | packagegroup-self-hosted.bb | 58 kernel-module-iptable-mangle \
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_tc.c | 3056 htype = act->mangle.htype; in parse_pedit_to_modify_hdr() 3070 mask = act->mangle.mask; in parse_pedit_to_modify_hdr() 3071 val = act->mangle.val; in parse_pedit_to_modify_hdr() 3072 offset = act->mangle.offset; in parse_pedit_to_modify_hdr() 3097 if (act->mangle.htype != FLOW_ACT_MANGLE_HDR_TYPE_ETH) { in parse_pedit_to_reformat() 3102 mask = ~act->mangle.mask; in parse_pedit_to_reformat() 3103 val = act->mangle.val; in parse_pedit_to_reformat() 3104 offset = act->mangle.offset; in parse_pedit_to_reformat() 3209 htype = act->mangle.htype; in is_action_keys_supported() 3210 offset = act->mangle.offset; in is_action_keys_supported() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | tc_ct.c | 271 offset = act->mangle.offset; in mlx5_tc_ct_rule_to_tuple_nat() 272 val = act->mangle.val; in mlx5_tc_ct_rule_to_tuple_nat() 273 switch (act->mangle.htype) { in mlx5_tc_ct_rule_to_tuple_nat() 536 u32 offset = act->mangle.offset, field; in mlx5_tc_ct_parse_mangle_to_mod_act() 538 switch (act->mangle.htype) { in mlx5_tc_ct_parse_mangle_to_mod_act() 598 MLX5_SET(set_action_in, modact, data, act->mangle.val); in mlx5_tc_ct_parse_mangle_to_mod_act()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/netfilter/ |
| H A D | conntrack_vrf.sh | 170 type filter hook postrouting priority mangle;
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | act_ct.c | 77 entry->mangle.htype = htype; in tcf_ct_add_mangle_action() 78 entry->mangle.mask = ~mask; in tcf_ct_add_mangle_action() 79 entry->mangle.offset = offset; in tcf_ct_add_mangle_action() 80 entry->mangle.val = val; in tcf_ct_add_mangle_action()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_tc.c | 191 offset = act->mangle.offset; in bnxt_tc_parse_pedit() 192 htype = act->mangle.htype; in bnxt_tc_parse_pedit() 193 mask = ~act->mangle.mask; in bnxt_tc_parse_pedit() 194 val = act->mangle.val; in bnxt_tc_parse_pedit()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | flow_offload.h | 216 } mangle; member
|
| /OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | draw.py | 671 for (headerkey, headertitle, mangle) in toshow: 677 txt = headertitle + ': ' + mangle(value)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/wireguard/ |
| H A D | netns.sh | 339 n1 iptables -t mangle -I OUTPUT -j MARK --set-xmark 1 342 n1 iptables -t mangle -D OUTPUT -j MARK --set-xmark 1
|
| /OK3568_Linux_fs/kernel/net/ipv6/netfilter/ |
| H A D | Kconfig | 230 This option adds a `mangle' table to iptables: see the man page for
|
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A D | transhuge.rst | 44 if any driver is going to mangle over the page structure of the tail
|