Home
last modified time | relevance | path

Searched refs:FLOW_DIS_IS_FRAGMENT (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_tc_flower.c53 if (match.mask->flags & FLOW_DIS_IS_FRAGMENT) { in lan966x_tc_flower_handler_control_usage()
54 if (match.key->flags & FLOW_DIS_IS_FRAGMENT) in lan966x_tc_flower_handler_control_usage()
79 if (!flow_rule_is_supp_control_flags(FLOW_DIS_IS_FRAGMENT | in lan966x_tc_flower_handler_control_usage()
/linux/include/net/
H A Dflow_dissector.h33 FLOW_DIS_IS_FRAGMENT = TCA_FLOWER_KEY_FLAGS_IS_FRAGMENT, enumerator
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_flower.c169 if (mt.mask->flags & (FLOW_DIS_IS_FRAGMENT | FLOW_DIS_FIRST_FRAG)) { in sparx5_tc_flower_handler_control_usage()
170 u8 is_frag_key = !!(mt.key->flags & FLOW_DIS_IS_FRAGMENT); in sparx5_tc_flower_handler_control_usage()
171 u8 is_frag_mask = !!(mt.mask->flags & FLOW_DIS_IS_FRAGMENT); in sparx5_tc_flower_handler_control_usage()
200 if (!flow_rule_is_supp_control_flags(FLOW_DIS_IS_FRAGMENT | in sparx5_tc_flower_handler_control_usage()
/linux/net/core/
H A Dflow_dissector.c946 key_control->flags |= FLOW_DIS_IS_FRAGMENT; in __skb_flow_bpf_to_target()
1230 key_control->flags |= FLOW_DIS_IS_FRAGMENT; in __skb_flow_dissect()
1582 key_control->flags |= FLOW_DIS_IS_FRAGMENT; in __skb_flow_dissect()
1664 if (!(key_control->flags & FLOW_DIS_IS_FRAGMENT)) in __skb_flow_dissect()
1925 if ((keys->control.flags & FLOW_DIS_IS_FRAGMENT) && in __skb_get_poff()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_flower.c863 if (match.mask->flags & FLOW_DIS_IS_FRAGMENT) { in cxgb4_flow_rule_replace()
864 fs->val.frag = match.key->flags & FLOW_DIS_IS_FRAGMENT; in cxgb4_flow_rule_replace()
868 if (!flow_rule_is_supp_control_flags(FLOW_DIS_IS_FRAGMENT, in cxgb4_flow_rule_replace()
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dmatch.c273 if (match.key->flags & FLOW_DIS_IS_FRAGMENT) in nfp_flower_compile_ip_ext()
275 if (match.mask->flags & FLOW_DIS_IS_FRAGMENT) in nfp_flower_compile_ip_ext()
H A Doffload.c23 (FLOW_DIS_IS_FRAGMENT | \
/linux/drivers/net/xen-netback/
H A Dhash.c186 !(flow.control.flags & FLOW_DIS_IS_FRAGMENT); in xenvif_set_skb_hash()
/linux/drivers/net/ethernet/sfc/
H A Dtc.c268 if (fm.mask->flags & FLOW_DIS_IS_FRAGMENT) { in efx_tc_flower_parse_match()
269 match->value.ip_frag = fm.key->flags & FLOW_DIS_IS_FRAGMENT; in efx_tc_flower_parse_match()
276 if (!flow_rule_is_supp_control_flags(FLOW_DIS_IS_FRAGMENT | in efx_tc_flower_parse_match()
H A Drx_common.c930 if (fk.control.flags & FLOW_DIS_IS_FRAGMENT) { in efx_filter_rfs()
/linux/drivers/net/ethernet/sfc/falcon/
H A Drx.c858 if (fk.control.flags & FLOW_DIS_IS_FRAGMENT) in ef4_filter_rfs()
/linux/drivers/net/ethernet/sfc/siena/
H A Drx_common.c921 if (fk.control.flags & FLOW_DIS_IS_FRAGMENT) { in efx_siena_filter_rfs()
/linux/net/sched/
H A Dcls_flower.c1198 TCA_FLOWER_KEY_FLAGS_IS_FRAGMENT, FLOW_DIS_IS_FRAGMENT); in fl_set_key_flags()
3128 TCA_FLOWER_KEY_FLAGS_IS_FRAGMENT, FLOW_DIS_IS_FRAGMENT); in fl_dump_key_flags()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c15788 bp->hwrm_spec_code < 0x10601) || (flags & FLOW_DIS_IS_FRAGMENT)) { in bnxt_rx_flow_steer()