Searched refs:FLOW_DIS_FIRST_FRAG (Results 1 – 8 of 8) sorted by relevance
66 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()
34 FLOW_DIS_FIRST_FRAG = TCA_FLOWER_KEY_FLAGS_FRAG_IS_FIRST, enumerator
169 if (mt.mask->flags & (FLOW_DIS_IS_FRAGMENT | FLOW_DIS_FIRST_FRAG)) { in sparx5_tc_flower_handler_control_usage()174 u8 first_frag_key = !!(mt.key->flags & FLOW_DIS_FIRST_FRAG); in sparx5_tc_flower_handler_control_usage()175 u8 first_frag_mask = !!(mt.mask->flags & FLOW_DIS_FIRST_FRAG); in sparx5_tc_flower_handler_control_usage()201 FLOW_DIS_FIRST_FRAG, in sparx5_tc_flower_handler_control_usage()
277 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()
24 FLOW_DIS_FIRST_FRAG)
940 key_control->flags |= FLOW_DIS_FIRST_FRAG; in __skb_flow_bpf_to_target()1226 key_control->flags |= FLOW_DIS_FIRST_FRAG; in __skb_flow_dissect()1578 key_control->flags |= FLOW_DIS_FIRST_FRAG; in __skb_flow_dissect()1916 !(keys->control.flags & FLOW_DIS_FIRST_FRAG)) in __skb_get_poff()
272 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()
1205 FLOW_DIS_FIRST_FRAG); in fl_set_key_flags()3132 FLOW_DIS_FIRST_FRAG); in fl_dump_key_flags()
Completed in 40 milliseconds