Searched refs:tcp_udp (Results 1 – 5 of 5) sorted by relevance
880 rule_hw->tcp_udp.dst_port = spec->tcp_udp.dst_port; in parse_trans_rule()881 rule_hw->tcp_udp.dst_port_msk = spec->tcp_udp.dst_port_msk; in parse_trans_rule()882 rule_hw->tcp_udp.src_port = spec->tcp_udp.src_port; in parse_trans_rule()883 rule_hw->tcp_udp.src_port_msk = spec->tcp_udp.src_port_msk; in parse_trans_rule()941 if (cur->tcp_udp.src_port) in mlx4_err_rule()944 be16_to_cpu(cur->tcp_udp.src_port)); in mlx4_err_rule()945 if (cur->tcp_udp.dst_port) in mlx4_err_rule()948 be16_to_cpu(cur->tcp_udp.dst_port)); in mlx4_err_rule()
1514 spec_l4->tcp_udp.src_port = cmd->fs.h_u.tcp_ip4_spec.psrc; in add_tcp_udp_rule()1515 spec_l4->tcp_udp.dst_port = cmd->fs.h_u.tcp_ip4_spec.pdst; in add_tcp_udp_rule()1526 spec_l4->tcp_udp.src_port = cmd->fs.h_u.udp_ip4_spec.psrc; in add_tcp_udp_rule()1527 spec_l4->tcp_udp.dst_port = cmd->fs.h_u.udp_ip4_spec.pdst; in add_tcp_udp_rule()1536 spec_l4->tcp_udp.src_port_msk = EN_ETHTOOL_SHORT_MASK; in add_tcp_udp_rule()1538 spec_l4->tcp_udp.dst_port_msk = EN_ETHTOOL_SHORT_MASK; in add_tcp_udp_rule()
210 .tcp_udp = { in mlx4_en_filter_work()
719 enum ocelot_vcap_bit tcp_udp = OCELOT_VCAP_BIT_0; in is1_entry_set() local737 tcp_udp = OCELOT_VCAP_BIT_1; in is1_entry_set()738 vcap_key_bit_set(vcap, &data, VCAP_IS1_HK_TCP_UDP, tcp_udp); in is1_entry_set()740 if (tcp_udp) { in is1_entry_set()
1264 struct mlx4_spec_tcp_udp tcp_udp; member1371 struct mlx4_net_trans_rule_hw_tcp_udp tcp_udp; member