/kernel/linux/linux-6.6/include/net/tc_act/ |
H A D | tc_pedit.h | 10 enum pedit_header_type htype; member 55 u32 htype = TCA_PEDIT_KEY_EX_HDR_TYPE_NETWORK; in tcf_pedit_htype() local 61 htype = parms->tcfp_keys_ex[index].htype; in tcf_pedit_htype() 64 return htype; in tcf_pedit_htype()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_pedit.c | 82 k->htype = nla_get_u16(tb[TCA_PEDIT_KEY_EX_HTYPE]); in tcf_pedit_keys_ex_parse() 85 if (k->htype > TCA_PEDIT_HDR_TYPE_MAX || in tcf_pedit_keys_ex_parse() 121 if (nla_put_u16(skb, TCA_PEDIT_KEY_EX_HTYPE, keys_ex->htype) || in tcf_pedit_key_ex_dump() 292 enum pedit_header_type htype, int *hoffset) in pedit_skb_hdr_offset() 296 switch (htype) { in pedit_skb_hdr_offset() 345 enum pedit_header_type htype = in tcf_pedit_act() local 357 htype = tkey_ex->htype; in tcf_pedit_act() 363 rc = pedit_skb_hdr_offset(skb, htype, &hoffset); in tcf_pedit_act() 366 htype); in tcf_pedit_act() 291 pedit_skb_hdr_offset(struct sk_buff *skb, enum pedit_header_type htype, int *hoffset) pedit_skb_hdr_offset() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
H A D | pedit.c | 52 u8 htype = act->mangle.htype; in mlx5e_tc_act_pedit_parse_action() local 56 if (htype == FLOW_ACT_MANGLE_UNSPEC) { in mlx5e_tc_act_pedit_parse_action() 70 err = set_pedit_val(htype, ~mask, val, offset, &hdrs[cmd], extack); in mlx5e_tc_act_pedit_parse_action()
|
H A D | vlan_mangle.c | 21 .mangle.htype = FLOW_ACT_MANGLE_HDR_TYPE_ETH, in mlx5e_tc_act_vlan_add_rewrite_action()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_pedit.c | 94 k->htype = nla_get_u16(tb[TCA_PEDIT_KEY_EX_HTYPE]); in tcf_pedit_keys_ex_parse() 128 if (nla_put_u16(skb, TCA_PEDIT_KEY_EX_HTYPE, keys_ex->htype) || in tcf_pedit_key_ex_dump() 357 enum pedit_header_type htype, int *hoffset) in pedit_skb_hdr_offset() 360 /* 'htype' is validated in the netlink parsing */ in pedit_skb_hdr_offset() 361 switch (htype) { in pedit_skb_hdr_offset() 390 enum pedit_header_type htype = TCA_PEDIT_KEY_EX_HDR_TYPE_NETWORK; in tcf_pedit_act() local 422 htype = tkey_ex->htype; in tcf_pedit_act() 428 rc = pedit_skb_hdr_offset(skb, htype, &hoffset); in tcf_pedit_act() 430 pr_info_ratelimited("tc action pedit unable to extract header offset for header type (0x%x)\n", htype); in tcf_pedit_act() 356 pedit_skb_hdr_offset(struct sk_buff *skb, enum pedit_header_type htype, int *hoffset) pedit_skb_hdr_offset() argument [all...] |
/kernel/linux/linux-5.10/include/net/tc_act/ |
H A D | tc_pedit.h | 9 enum pedit_header_type htype; member 41 return to_pedit(a)->tcfp_keys_ex[index].htype; in tcf_pedit_htype()
|
/kernel/linux/linux-5.10/net/netfilter/ipset/ |
H A D | ip_set_hash_gen.h | 242 #undef htype macro 291 #define htype MTYPE macro 304 struct htype { struct 340 mtype_add_cidr(struct ip_set *set, struct htype *h, u8 cidr, u8 n) in mtype_add_cidr() 367 mtype_del_cidr(struct ip_set *set, struct htype *h, u8 cidr, u8 n) in mtype_del_cidr() 390 mtype_ahash_memsize(const struct htype *h, const struct htable *t) in mtype_ahash_memsize() 413 struct htype *h = set->data; in mtype_flush() 466 struct htype *h = set->data; in mtype_destroy() 482 const struct htype *x = a->data; in mtype_same_set() 483 const struct htype * in mtype_same_set() [all...] |
/kernel/linux/linux-6.6/net/netfilter/ipset/ |
H A D | ip_set_hash_gen.h | 228 #undef htype macro 277 #define htype MTYPE macro 290 struct htype { struct 325 mtype_add_cidr(struct ip_set *set, struct htype *h, u8 cidr, u8 n) in mtype_add_cidr() 352 mtype_del_cidr(struct ip_set *set, struct htype *h, u8 cidr, u8 n) in mtype_del_cidr() 375 mtype_ahash_memsize(const struct htype *h, const struct htable *t) in mtype_ahash_memsize() 398 struct htype *h = set->data; in mtype_flush() 451 struct htype *h = set->data; in mtype_destroy() 467 const struct htype *x = a->data; in mtype_same_set() 468 const struct htype * in mtype_same_set() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_tc_flower.c | 375 u32 mask, u32 offset, u8 htype, in process_pedit_field() 378 switch (htype) { in process_pedit_field() 541 u8 htype; in cxgb4_process_flow_actions() local 543 htype = act->mangle.htype; in cxgb4_process_flow_actions() 548 process_pedit_field(fs, val, mask, offset, htype, in cxgb4_process_flow_actions() 584 u8 htype; in valid_pedit_action() local 586 htype = act->mangle.htype; in valid_pedit_action() 590 switch (htype) { in valid_pedit_action() 374 process_pedit_field(struct ch_filter_specification *fs, u32 val, u32 mask, u32 offset, u8 htype, u8 *natmode_flags) process_pedit_field() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_tc_flower.c | 375 u32 mask, u32 offset, u8 htype, in process_pedit_field() 378 switch (htype) { in process_pedit_field() 541 u8 htype; in cxgb4_process_flow_actions() local 543 htype = act->mangle.htype; in cxgb4_process_flow_actions() 548 process_pedit_field(fs, val, mask, offset, htype, in cxgb4_process_flow_actions() 584 u8 htype; in valid_pedit_action() local 586 htype = act->mangle.htype; in valid_pedit_action() 590 switch (htype) { in valid_pedit_action() 374 process_pedit_field(struct ch_filter_specification *fs, u32 val, u32 mask, u32 offset, u8 htype, u8 *natmode_flags) process_pedit_field() argument [all...] |
/kernel/linux/linux-5.10/include/uapi/linux/netfilter_bridge/ |
H A D | ebt_arp.h | 23 __be16 htype; member
|
/kernel/linux/linux-6.6/include/uapi/linux/netfilter_bridge/ |
H A D | ebt_arp.h | 23 __be16 htype; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/netfilter_bridge/ |
H A D | ebt_arp.h | 34 __be16 htype; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter_bridge/ |
H A D | ebt_arp.h | 34 __be16 htype; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter_bridge/ |
H A D | ebt_arp.h | 24 __be16 htype; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_acl.c | 517 enum flow_action_mangle_base htype; member 529 .htype = _htype, \ 628 enum flow_action_mangle_base htype, in mlxsw_sp_acl_rulei_act_mangle() 638 if (mact->htype == htype && in mlxsw_sp_acl_rulei_act_mangle() 626 mlxsw_sp_acl_rulei_act_mangle(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_acl_rule_info *rulei, enum flow_action_mangle_base htype, u32 offset, u32 mask, u32 val, struct netlink_ext_ack *extack) mlxsw_sp_acl_rulei_act_mangle() argument
|
H A D | spectrum_flower.c | 171 enum flow_action_mangle_base htype = act->mangle.htype; in mlxsw_sp_flower_parse_actions() local 179 htype, offset, in mlxsw_sp_flower_parse_actions()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | conntrack.c | 131 * @htype: mangling type 137 enum flow_action_mangle_base htype) in get_mangled_key() 146 act->mangle.htype == htype) { in get_mangled_key() 339 enum flow_action_mangle_base htype = FLOW_ACT_MANGLE_UNSPEC; in nfp_ct_merge_check() local 346 htype = FLOW_ACT_MANGLE_HDR_TYPE_UDP; in nfp_ct_merge_check() 348 htype = FLOW_ACT_MANGLE_HDR_TYPE_TCP; in nfp_ct_merge_check() 352 sizeof(*match1.key), htype); in nfp_ct_merge_check() 690 switch (a_in->mangle.htype) { in nfp_fl_get_csum_flag() 1420 switch (mangle_action->mangle.htype) { in nfp_nft_ct_translate_mangle_action() 135 get_mangled_key(struct flow_rule *rule, void *buf, u32 offset, size_t key_sz, enum flow_action_mangle_base htype) get_mangled_key() argument [all...] |
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
H A D | core_irongate.h | 97 igcsr32 htype; /* 0x0C - header type (at 0x0E) */ member
|
/kernel/linux/linux-6.6/arch/alpha/include/asm/ |
H A D | core_irongate.h | 97 igcsr32 htype; /* 0x0C - header type (at 0x0E) */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_acl.c | 521 enum flow_action_mangle_base htype; member 533 .htype = _htype, \ 715 enum flow_action_mangle_base htype, in mlxsw_sp_acl_rulei_act_mangle() 725 if (mact->htype == htype && in mlxsw_sp_acl_rulei_act_mangle() 713 mlxsw_sp_acl_rulei_act_mangle(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_acl_rule_info *rulei, enum flow_action_mangle_base htype, u32 offset, u32 mask, u32 val, struct netlink_ext_ack *extack) mlxsw_sp_acl_rulei_act_mangle() argument
|
/kernel/linux/linux-5.10/drivers/crypto/bcm/ |
H A D | spu2.h | 191 enum hash_type htype);
|
/kernel/linux/linux-5.10/net/bridge/netfilter/ |
H A D | ebt_arp.c | 33 NF_INVF(info, EBT_ARP_HTYPE, info->htype != ah->ar_hrd)) in ebt_arp_mt()
|
/kernel/linux/linux-6.6/drivers/crypto/bcm/ |
H A D | spu2.h | 191 enum hash_type htype);
|
/kernel/linux/linux-6.6/net/bridge/netfilter/ |
H A D | ebt_arp.c | 33 NF_INVF(info, EBT_ARP_HTYPE, info->htype != ah->ar_hrd)) in ebt_arp_mt()
|