Searched refs:pedit_headers (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
D | pedit.c | 11 [FLOW_ACT_MANGLE_HDR_TYPE_ETH] = offsetof(struct pedit_headers, eth), 12 [FLOW_ACT_MANGLE_HDR_TYPE_IP4] = offsetof(struct pedit_headers, ip4), 13 [FLOW_ACT_MANGLE_HDR_TYPE_IP6] = offsetof(struct pedit_headers, ip6), 14 [FLOW_ACT_MANGLE_HDR_TYPE_TCP] = offsetof(struct pedit_headers, tcp), 15 [FLOW_ACT_MANGLE_HDR_TYPE_UDP] = offsetof(struct pedit_headers, udp),
|
D | pedit.h | 9 struct pedit_headers { struct 19 struct pedit_headers vals; argument 20 struct pedit_headers masks;
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tc.c | 3038 offsetof(struct pedit_headers, field) + (off), \ 3138 struct pedit_headers *set_masks, *add_masks, *set_vals, *add_vals; in offload_pedit_fields() 3263 static const struct pedit_headers zero_masks = {}; 3269 struct pedit_headers *cmd_masks; in verify_offload_pedit_fields()
|