Searched refs:FLOW_DIS_FIRST_FRAG (Results 1 – 10 of 10) sorted by relevance
41 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()
26 #define FLOW_DIS_FIRST_FRAG BIT(1) macro
177 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()
838 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()
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)
140 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()
539 if (match.mask->flags & FLOW_DIS_FIRST_FRAG) { in otx2_tc_prepare_flow()
1126 FLOW_DIS_FIRST_FRAG); in fl_set_key_flags()2844 FLOW_DIS_FIRST_FRAG); in fl_dump_key_flags()
2907 if (match.mask->flags & FLOW_DIS_FIRST_FRAG) { in __parse_cls_flower()
Completed in 37 milliseconds