Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_tc_flower.c66 if (match.mask->flags & FLOW_DIS_FIRST_FRAG) { in lan966x_tc_flower_handler_control_usage()
67 if (match.key->flags & FLOW_DIS_FIRST_FRAG) in lan966x_tc_flower_handler_control_usage()
80 FLOW_DIS_FIRST_FRAG, in lan966x_tc_flower_handler_control_usage()
/linux/include/net/
H A Dflow_dissector.h34 FLOW_DIS_FIRST_FRAG = TCA_FLOWER_KEY_FLAGS_FRAG_IS_FIRST, enumerator
/linux/net/core/
H A Dflow_dissector.c948 key_control->flags |= FLOW_DIS_FIRST_FRAG; in __skb_flow_bpf_to_target()
1236 key_control->flags |= FLOW_DIS_FIRST_FRAG; in __skb_flow_dissect()
1588 key_control->flags |= FLOW_DIS_FIRST_FRAG; in __skb_flow_dissect()
1926 !(keys->control.flags & FLOW_DIS_FIRST_FRAG)) in __skb_get_poff()
/linux/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)
/linux/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()
277 FLOW_DIS_FIRST_FRAG, in efx_tc_flower_parse_match()
/linux/net/sched/
H A Dcls_flower.c1205 FLOW_DIS_FIRST_FRAG); in fl_set_key_flags()
3135 FLOW_DIS_FIRST_FRAG); in fl_dump_key_flags()