Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
Dflow_dissector.h26 #define FLOW_DIS_FIRST_FRAG BIT(1) macro
/Linux-v6.1/net/core/
Dflow_dissector.c838 key_control->flags |= FLOW_DIS_FIRST_FRAG; in __skb_flow_bpf_to_target()
1122 key_control->flags |= FLOW_DIS_FIRST_FRAG; in __skb_flow_dissect()
1468 key_control->flags |= FLOW_DIS_FIRST_FRAG; in __skb_flow_dissect()
1786 !(keys->control.flags & FLOW_DIS_FIRST_FRAG)) in __skb_get_poff()
/Linux-v6.1/drivers/net/ethernet/netronome/nfp/flower/
Dmatch.c277 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()
Doffload.c24 FLOW_DIS_FIRST_FRAG)
/Linux-v6.1/net/sched/
Dcls_flower.c1120 FLOW_DIS_FIRST_FRAG); in fl_set_key_flags()
2827 FLOW_DIS_FIRST_FRAG); in fl_dump_key_flags()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c2754 if (match.mask->flags & FLOW_DIS_FIRST_FRAG) { in __parse_cls_flower()