Home
last modified time | relevance | path

Searched refs:FLOW_DIS_FIRST_FRAG (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/include/net/
Dflow_dissector.h21 #define FLOW_DIS_FIRST_FRAG BIT(1) macro
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/flower/
Dmatch.c218 if (match.key->flags & FLOW_DIS_FIRST_FRAG) in nfp_flower_compile_ip_ext()
220 if (match.mask->flags & FLOW_DIS_FIRST_FRAG) in nfp_flower_compile_ip_ext()
Doffload.c23 FLOW_DIS_FIRST_FRAG)
/Linux-v5.4/net/core/
Dflow_dissector.c749 key_control->flags |= FLOW_DIS_FIRST_FRAG; in __skb_flow_bpf_to_target()
990 key_control->flags |= FLOW_DIS_FIRST_FRAG; in __skb_flow_dissect()
1253 key_control->flags |= FLOW_DIS_FIRST_FRAG; in __skb_flow_dissect()
1562 !(keys->control.flags & FLOW_DIS_FIRST_FRAG)) in __skb_get_poff()
/Linux-v5.4/net/sched/
Dcls_flower.c828 FLOW_DIS_FIRST_FRAG); in fl_set_key_flags()
2092 FLOW_DIS_FIRST_FRAG); in fl_dump_key_flags()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c1984 if (match.mask->flags & FLOW_DIS_FIRST_FRAG) in __parse_cls_flower()