Searched refs:upspec (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.h56 struct upspec { struct
94 struct upspec upspec; member in struct:mlx5_accel_esp_xfrm_attrs
287 struct upspec upspec; member in struct:mlx5_accel_pol_xfrm_attrs
H A Dipsec_fs.c1264 static void setup_fte_upper_proto_match(struct mlx5_flow_spec *spec, struct upspec *upspec) argument
1266 switch (upspec->proto) {
1268 if (upspec->dport) {
1270 udp_dport, upspec->dport_mask);
1272 udp_dport, upspec->dport);
1274 if (upspec->sport) {
1276 udp_sport, upspec->sport_mask);
1278 udp_sport, upspec->sport);
1282 if (upspec
[all...]
H A Dipsec.c383 attrs->upspec.dport = ntohs(x->sel.dport);
384 attrs->upspec.dport_mask = ntohs(x->sel.dport_mask);
385 attrs->upspec.sport = ntohs(x->sel.sport);
386 attrs->upspec.sport_mask = ntohs(x->sel.sport_mask);
387 attrs->upspec.proto = x->sel.proto;
1103 attrs->upspec.dport = ntohs(sel->dport);
1104 attrs->upspec.dport_mask = ntohs(sel->dport_mask);
1105 attrs->upspec.sport = ntohs(sel->sport);
1106 attrs->upspec.sport_mask = ntohs(sel->sport_mask);
1107 attrs->upspec
[all...]

Completed in 1618 milliseconds