Home
last modified time | relevance | path

Searched refs:udp_dport (Results 1 – 20 of 20) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/
Dfs_tt_redirect.c64 u16 udp_dport) in fs_udp_set_dport_flow() argument
72 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, outer_headers.udp_dport); in fs_udp_set_dport_flow()
73 MLX5_SET(fte_match_param, spec->match_value, outer_headers.udp_dport, udp_dport); in fs_udp_set_dport_flow()
169 MLX5_SET_TO_ONES(fte_match_set_lyr_2_4, outer_headers_c, udp_dport); in fs_udp_create_groups()
Dtc_tun.c977 MLX5_SET(fte_match_set_lyr_2_4, headers_c, udp_dport, in mlx5e_tc_tun_parse_udp_ports()
979 MLX5_SET(fte_match_set_lyr_2_4, headers_v, udp_dport, in mlx5e_tc_tun_parse_udp_ports()
Dtc_ct.c464 udp_dport, ntohs(match.mask->dst)); in mlx5_tc_ct_set_tuple_match()
466 udp_dport, ntohs(match.key->dst)); in mlx5_tc_ct_set_tuple_match()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_nve_vxlan.c158 config->udp_dport = cfg->dst_port; in mlxsw_sp_nve_vxlan_config()
236 err = mlxsw_sp_parsing_vxlan_udp_dport_set(mlxsw_sp, config->udp_dport); in mlxsw_sp1_nve_vxlan_init()
417 err = mlxsw_sp_parsing_vxlan_udp_dport_set(mlxsw_sp, config->udp_dport); in mlxsw_sp2_nve_vxlan_init()
Dspectrum_nve.h16 __be16 udp_dport; member
Dspectrum.h722 __be16 udp_dport);
Dspectrum.c4191 __be16 udp_dport) in mlxsw_sp_parsing_vxlan_udp_dport_set() argument
4199 be16_to_cpu(udp_dport)); in mlxsw_sp_parsing_vxlan_udp_dport_set()
4204 mlxsw_sp->parsing.vxlan_udp_dport = be16_to_cpu(udp_dport); in mlxsw_sp_parsing_vxlan_udp_dport_set()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfs_tracepoint.c144 PRINT_MASKED_VAL_L2(u16, udp_dport, udp_dport, p, "%u"); in print_lyr_2_4_hdrs()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den_arfs.c267 MLX5_SET_TO_ONES(fte_match_set_lyr_2_4, outer_headers_c, udp_dport); in arfs_create_groups()
530 outer_headers.udp_dport); in arfs_add_rule()
533 MLX5_SET(fte_match_param, spec->match_value, outer_headers.udp_dport, in arfs_add_rule()
Den_fs_ethtool.c228 MLX5E_FTE_SET(headers_c, udp_dport, ntohs(pdst_m)); in set_udp()
229 MLX5E_FTE_SET(headers_v, udp_dport, ntohs(pdst_v)); in set_udp()
Den_tc.c2893 udp_dport, ntohs(match.mask->dst)); in __parse_cls_flower()
2895 udp_dport, ntohs(match.key->dst)); in __parse_cls_flower()
3112 OFFLOAD(UDP_DPORT, 16, U16_MAX, udp.dest, 0, udp_dport),
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
Dct_fs_smfs.c83 MLX5_SET_TO_ONES(fte_match_set_lyr_2_4, headers_c, udp_dport); in mlx5_ct_fs_smfs_fill_mask()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_ste.c815 spec->udp_dport = IFC_GET_CLR(fte_match_set_lyr_2_4, mask, udp_dport, clr); in dr_ste_copy_mask_spec()
Ddr_ste_v0.c853 DR_STE_SET_TAG(eth_l3_ipv4_5_tuple, tag, destination_port, spec, udp_dport); in dr_ste_v0_build_eth_l3_ipv4_5_tuple_tag()
1183 DR_STE_SET_TAG(eth_l4, tag, dst_port, spec, udp_dport); in dr_ste_v0_build_eth_ipv6_l3_l4_tag()
Ddr_matcher.c25 spec->udp_sport || spec->udp_dport); in dr_mask_is_tcp_udp_base_set()
Ddr_ste_v1.c1109 DR_STE_SET_TAG(eth_l3_ipv4_5_tuple_v1, tag, destination_port, spec, udp_dport); in dr_ste_v1_build_eth_l3_ipv4_5_tuple_tag()
1420 DR_STE_SET_TAG(eth_l4_v1, tag, dst_port, spec, udp_dport); in dr_ste_v1_build_eth_ipv6_l3_l4_tag()
Ddr_types.h567 u32 udp_dport:16; member
/linux-6.1.9/drivers/infiniband/hw/mlx5/
Dfs.c392 MLX5_SET(fte_match_set_lyr_2_4, headers_c, udp_dport, in parse_flow_attr()
394 MLX5_SET(fte_match_set_lyr_2_4, headers_v, udp_dport, in parse_flow_attr()
/linux-6.1.9/Documentation/virt/uml/
Duser_mode_linux_howto_v2.rst544 peer_tunnel_id 2 udp_sport 1706 udp_dport 1707 && \
/linux-6.1.9/include/linux/mlx5/
Dmlx5_ifc.h535 u8 udp_dport[0x10]; member