Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dflow_dissector.h26 #define FLOW_DIS_FIRST_FRAG BIT(1) macro
/OK3568_Linux_fs/kernel/net/core/
H A Dflow_dissector.c801 key_control->flags |= FLOW_DIS_FIRST_FRAG; in __skb_flow_bpf_to_target()
1067 key_control->flags |= FLOW_DIS_FIRST_FRAG; in __skb_flow_dissect()
1333 key_control->flags |= FLOW_DIS_FIRST_FRAG; in __skb_flow_dissect()
1637 !(keys->control.flags & FLOW_DIS_FIRST_FRAG)) in __skb_get_poff()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/flower/
H A Dmatch.c226 if (match.key->flags & FLOW_DIS_FIRST_FRAG) in nfp_flower_compile_ip_ext()
228 if (match.mask->flags & FLOW_DIS_FIRST_FRAG) in nfp_flower_compile_ip_ext()
H A Doffload.c23 FLOW_DIS_FIRST_FRAG)
/OK3568_Linux_fs/kernel/net/sched/
H A Dcls_flower.c1059 FLOW_DIS_FIRST_FRAG); in fl_set_key_flags()
2646 FLOW_DIS_FIRST_FRAG); in fl_dump_key_flags()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c2490 if (match.mask->flags & FLOW_DIS_FIRST_FRAG) in __parse_cls_flower()