Symbol: FLOW_DIS_FIRST_FRAG
drivers/net/ethernet/microchip/lan966x/lan966x_tc_flower.c
66
if (match.mask->flags & FLOW_DIS_FIRST_FRAG) {
drivers/net/ethernet/microchip/lan966x/lan966x_tc_flower.c
67
if (match.key->flags & FLOW_DIS_FIRST_FRAG)
drivers/net/ethernet/microchip/lan966x/lan966x_tc_flower.c
80
FLOW_DIS_FIRST_FRAG,
drivers/net/ethernet/microchip/sparx5/sparx5_tc_flower.c
169
if (mt.mask->flags & (FLOW_DIS_IS_FRAGMENT | FLOW_DIS_FIRST_FRAG)) {
drivers/net/ethernet/microchip/sparx5/sparx5_tc_flower.c
174
u8 first_frag_key = !!(mt.key->flags & FLOW_DIS_FIRST_FRAG);
drivers/net/ethernet/microchip/sparx5/sparx5_tc_flower.c
175
u8 first_frag_mask = !!(mt.mask->flags & FLOW_DIS_FIRST_FRAG);
drivers/net/ethernet/microchip/sparx5/sparx5_tc_flower.c
201
FLOW_DIS_FIRST_FRAG,
drivers/net/ethernet/netronome/nfp/flower/match.c
277
if (match.key->flags & FLOW_DIS_FIRST_FRAG)
drivers/net/ethernet/netronome/nfp/flower/match.c
279
if (match.mask->flags & FLOW_DIS_FIRST_FRAG)
drivers/net/ethernet/netronome/nfp/flower/offload.c
24
FLOW_DIS_FIRST_FRAG)
drivers/net/ethernet/sfc/tc.c
272
if (fm.mask->flags & FLOW_DIS_FIRST_FRAG) {
drivers/net/ethernet/sfc/tc.c
273
match->value.ip_firstfrag = fm.key->flags & FLOW_DIS_FIRST_FRAG;
drivers/net/ethernet/sfc/tc.c
277
FLOW_DIS_FIRST_FRAG,
net/core/flow_dissector.c
1236
key_control->flags |= FLOW_DIS_FIRST_FRAG;
net/core/flow_dissector.c
1588
key_control->flags |= FLOW_DIS_FIRST_FRAG;
net/core/flow_dissector.c
1926
!(keys->control.flags & FLOW_DIS_FIRST_FRAG))
net/core/flow_dissector.c
948
key_control->flags |= FLOW_DIS_FIRST_FRAG;
net/sched/cls_flower.c
1205
FLOW_DIS_FIRST_FRAG);
net/sched/cls_flower.c
3135
FLOW_DIS_FIRST_FRAG);