Home
last modified time | relevance | path

Searched refs:FLOW_DIS_IS_FRAGMENT (Results 1 – 10 of 10) 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/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/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()
/linux/drivers/net/ethernet/sfc/falcon/
H A Drx.c859 if (fk.control.flags & FLOW_DIS_IS_FRAGMENT) in ef4_filter_rfs()
/linux/net/sched/
H A Dcls_flower.c1202 TCA_FLOWER_KEY_FLAGS_IS_FRAGMENT, FLOW_DIS_IS_FRAGMENT); in fl_set_key_flags()
3132 TCA_FLOWER_KEY_FLAGS_IS_FRAGMENT, FLOW_DIS_IS_FRAGMENT); in fl_dump_key_flags()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c15149 bp->hwrm_spec_code < 0x10601) || (flags & FLOW_DIS_IS_FRAGMENT)) { in bnxt_rx_flow_steer()