Home
last modified time | relevance | path

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

/linux/net/core/
A Dflow_dissector.c810 key_control->flags |= FLOW_DIS_IS_FRAGMENT; in __skb_flow_bpf_to_target()
1071 key_control->flags |= FLOW_DIS_IS_FRAGMENT; in __skb_flow_dissect()
1355 key_control->flags |= FLOW_DIS_IS_FRAGMENT; in __skb_flow_dissect()
1426 if (!(key_control->flags & FLOW_DIS_IS_FRAGMENT)) in __skb_flow_dissect()
1675 if ((keys->control.flags & FLOW_DIS_IS_FRAGMENT) && in __skb_get_poff()
/linux/include/net/
A Dflow_dissector.h25 #define FLOW_DIS_IS_FRAGMENT BIT(0) macro
/linux/drivers/net/ethernet/netronome/nfp/flower/
A Dmatch.c261 if (match.key->flags & FLOW_DIS_IS_FRAGMENT) in nfp_flower_compile_ip_ext()
263 if (match.mask->flags & FLOW_DIS_IS_FRAGMENT) in nfp_flower_compile_ip_ext()
A Doffload.c23 (FLOW_DIS_IS_FRAGMENT | \
/linux/drivers/net/xen-netback/
A Dhash.c187 !(flow.control.flags & FLOW_DIS_IS_FRAGMENT); in xenvif_set_skb_hash()
/linux/drivers/net/ethernet/sfc/falcon/
A Drx.c857 if (fk.control.flags & FLOW_DIS_IS_FRAGMENT) in ef4_filter_rfs()
/linux/drivers/net/ethernet/sfc/
A Drx_common.c987 if (fk.control.flags & FLOW_DIS_IS_FRAGMENT) { in efx_filter_rfs()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_tc.c2346 if (match.mask->flags & FLOW_DIS_IS_FRAGMENT) { in __parse_cls_flower()
2349 match.key->flags & FLOW_DIS_IS_FRAGMENT); in __parse_cls_flower()
2352 if (!(match.key->flags & FLOW_DIS_IS_FRAGMENT)) in __parse_cls_flower()
/linux/net/sched/
A Dcls_flower.c1057 TCA_FLOWER_KEY_FLAGS_IS_FRAGMENT, FLOW_DIS_IS_FRAGMENT); in fl_set_key_flags()
2657 TCA_FLOWER_KEY_FLAGS_IS_FRAGMENT, FLOW_DIS_IS_FRAGMENT); in fl_dump_key_flags()
/linux/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt.c12618 bp->hwrm_spec_code < 0x10601) || (flags & FLOW_DIS_IS_FRAGMENT)) { in bnxt_rx_flow_steer()

Completed in 55 milliseconds