Home
last modified time | relevance | path

Searched refs:FLOW_DIS_FIRST_FRAG (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/microchip/lan966x/
A Dlan966x_tc_flower.c41 if (match.mask->flags & FLOW_DIS_FIRST_FRAG) { in lan966x_tc_flower_handler_control_usage()
42 if (match.key->flags & FLOW_DIS_FIRST_FRAG) in lan966x_tc_flower_handler_control_usage()
/linux-6.3-rc2/include/net/
A Dflow_dissector.h26 #define FLOW_DIS_FIRST_FRAG BIT(1) macro
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Dtc.c177 if (fm.mask->flags & FLOW_DIS_FIRST_FRAG) { in efx_tc_flower_parse_match()
178 match->value.ip_firstfrag = fm.key->flags & FLOW_DIS_FIRST_FRAG; in efx_tc_flower_parse_match()
181 if (fm.mask->flags & ~(FLOW_DIS_IS_FRAGMENT | FLOW_DIS_FIRST_FRAG)) { in efx_tc_flower_parse_match()
/linux-6.3-rc2/net/core/
A Dflow_dissector.c838 key_control->flags |= FLOW_DIS_FIRST_FRAG; in __skb_flow_bpf_to_target()
1124 key_control->flags |= FLOW_DIS_FIRST_FRAG; in __skb_flow_dissect()
1470 key_control->flags |= FLOW_DIS_FIRST_FRAG; in __skb_flow_dissect()
1788 !(keys->control.flags & FLOW_DIS_FIRST_FRAG)) in __skb_get_poff()
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/flower/
A Dmatch.c277 if (match.key->flags & FLOW_DIS_FIRST_FRAG) in nfp_flower_compile_ip_ext()
279 if (match.mask->flags & FLOW_DIS_FIRST_FRAG) in nfp_flower_compile_ip_ext()
A Doffload.c24 FLOW_DIS_FIRST_FRAG)
/linux-6.3-rc2/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_tc_flower.c140 if (mt.mask->flags & FLOW_DIS_FIRST_FRAG) { in sparx5_tc_flower_handler_control_usage()
141 if (mt.key->flags & FLOW_DIS_FIRST_FRAG) { in sparx5_tc_flower_handler_control_usage()
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_tc.c539 if (match.mask->flags & FLOW_DIS_FIRST_FRAG) { in otx2_tc_prepare_flow()
/linux-6.3-rc2/net/sched/
A Dcls_flower.c1126 FLOW_DIS_FIRST_FRAG); in fl_set_key_flags()
2844 FLOW_DIS_FIRST_FRAG); in fl_dump_key_flags()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Den_tc.c2907 if (match.mask->flags & FLOW_DIS_FIRST_FRAG) { in __parse_cls_flower()

Completed in 36 milliseconds