Home
last modified time | relevance | path

Searched refs:FLOW_DIS_FIRST_FRAG (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dflow_dissector.h26 #define FLOW_DIS_FIRST_FRAG BIT(1) macro
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_tc_flower.c65 if (match.mask->flags & FLOW_DIS_FIRST_FRAG) { in lan966x_tc_flower_handler_control_usage()
66 if (match.key->flags & FLOW_DIS_FIRST_FRAG) in lan966x_tc_flower_handler_control_usage()
/kernel/linux/linux-6.6/include/net/
H A Dflow_dissector.h28 #define FLOW_DIS_FIRST_FRAG BIT(1) macro
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
H A Dmatch.c226 if (match.key->flags & FLOW_DIS_FIRST_FRAG) in nfp_flower_compile_ip_ext()
228 if (match.mask->flags & FLOW_DIS_FIRST_FRAG) in nfp_flower_compile_ip_ext()
H A Doffload.c23 FLOW_DIS_FIRST_FRAG)
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H 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()
H A Doffload.c24 FLOW_DIS_FIRST_FRAG)
/kernel/linux/linux-5.10/net/core/
H A Dflow_dissector.c801 key_control->flags |= FLOW_DIS_FIRST_FRAG; in __skb_flow_bpf_to_target()
1067 key_control->flags |= FLOW_DIS_FIRST_FRAG; in __skb_flow_dissect()
1333 key_control->flags |= FLOW_DIS_FIRST_FRAG; in __skb_flow_dissect()
1636 !(keys->control.flags & FLOW_DIS_FIRST_FRAG)) in __skb_get_poff()
/kernel/linux/linux-6.6/net/core/
H A Dflow_dissector.c916 key_control->flags |= FLOW_DIS_FIRST_FRAG; in __skb_flow_bpf_to_target()
1202 key_control->flags |= FLOW_DIS_FIRST_FRAG; in __skb_flow_dissect()
1554 key_control->flags |= FLOW_DIS_FIRST_FRAG; in __skb_flow_dissect()
1878 !(keys->control.flags & FLOW_DIS_FIRST_FRAG)) in __skb_get_poff()
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_flower.c148 if (mt.mask->flags & FLOW_DIS_FIRST_FRAG) { in sparx5_tc_flower_handler_control_usage()
149 if (mt.key->flags & FLOW_DIS_FIRST_FRAG) { in sparx5_tc_flower_handler_control_usage()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dtc.c272 if (fm.mask->flags & FLOW_DIS_FIRST_FRAG) { in efx_tc_flower_parse_match()
273 match->value.ip_firstfrag = fm.key->flags & FLOW_DIS_FIRST_FRAG; in efx_tc_flower_parse_match()
276 if (fm.mask->flags & ~(FLOW_DIS_IS_FRAGMENT | FLOW_DIS_FIRST_FRAG)) { in efx_tc_flower_parse_match()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_tc.c593 if (match.mask->flags & FLOW_DIS_FIRST_FRAG) { in otx2_tc_prepare_flow()
/kernel/linux/linux-5.10/net/sched/
H A Dcls_flower.c1069 FLOW_DIS_FIRST_FRAG); in fl_set_key_flags()
2659 FLOW_DIS_FIRST_FRAG); in fl_dump_key_flags()
/kernel/linux/linux-6.6/net/sched/
H A Dcls_flower.c1171 FLOW_DIS_FIRST_FRAG); in fl_set_key_flags()
2991 FLOW_DIS_FIRST_FRAG); in fl_dump_key_flags()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c2496 if (match.mask->flags & FLOW_DIS_FIRST_FRAG) in __parse_cls_flower()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c2804 if (match.mask->flags & FLOW_DIS_FIRST_FRAG) { in __parse_cls_flower()

Completed in 42 milliseconds