Home
last modified time | relevance | path

Searched defs:upspec (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec.h56 struct upspec { struct
57 u16 dport;
58 u16 dport_mask;
59 u16 sport;
60 u16 sport_mask;
61 u8 proto;
94 struct upspec upspec; member
287 struct upspec upspec; member
Dipsec_fs.c1263 static void setup_fte_upper_proto_match(struct mlx5_flow_spec *spec, struct upspec *upspec) in setup_fte_upper_proto_match()