Lines Matching refs:match_c
41 static inline bool mlx5_fs_is_ipsec_flow(const u32 *match_c) in mlx5_fs_is_ipsec_flow() argument
43 void *misc_params_c = MLX5_ADDR_OF(fte_match_param, match_c, in mlx5_fs_is_ipsec_flow()
49 static inline bool _mlx5_fs_is_outer_ipproto_flow(const u32 *match_c, in _mlx5_fs_is_outer_ipproto_flow() argument
52 const void *headers_c = MLX5_ADDR_OF(fte_match_param, match_c, in _mlx5_fs_is_outer_ipproto_flow()
61 static inline bool mlx5_fs_is_outer_tcp_flow(const u32 *match_c, in mlx5_fs_is_outer_tcp_flow() argument
64 return _mlx5_fs_is_outer_ipproto_flow(match_c, match_v, IPPROTO_TCP); in mlx5_fs_is_outer_tcp_flow()
67 static inline bool mlx5_fs_is_outer_udp_flow(const u32 *match_c, in mlx5_fs_is_outer_udp_flow() argument
70 return _mlx5_fs_is_outer_ipproto_flow(match_c, match_v, IPPROTO_UDP); in mlx5_fs_is_outer_udp_flow()
73 static inline bool mlx5_fs_is_vxlan_flow(const u32 *match_c) in mlx5_fs_is_vxlan_flow() argument
75 void *misc_params_c = MLX5_ADDR_OF(fte_match_param, match_c, in mlx5_fs_is_vxlan_flow()
82 const u32 *match_c, in _mlx5_fs_is_outer_ipv_flow() argument
87 const void *headers_c = MLX5_ADDR_OF(fte_match_param, match_c, in _mlx5_fs_is_outer_ipv_flow()
119 mlx5_fs_is_outer_ipv4_flow(struct mlx5_core_dev *mdev, const u32 *match_c, in mlx5_fs_is_outer_ipv4_flow() argument
122 return _mlx5_fs_is_outer_ipv_flow(mdev, match_c, match_v, in mlx5_fs_is_outer_ipv4_flow()
127 mlx5_fs_is_outer_ipv6_flow(struct mlx5_core_dev *mdev, const u32 *match_c, in mlx5_fs_is_outer_ipv6_flow() argument
130 return _mlx5_fs_is_outer_ipv_flow(mdev, match_c, match_v, in mlx5_fs_is_outer_ipv6_flow()
134 static inline bool mlx5_fs_is_outer_ipsec_flow(const u32 *match_c) in mlx5_fs_is_outer_ipsec_flow() argument
137 MLX5_ADDR_OF(fte_match_param, match_c, misc_parameters); in mlx5_fs_is_outer_ipsec_flow()