Home
last modified time | relevance | path

Searched refs:ethtool_tcpip6_spec (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dethtool.h780 struct ethtool_tcpip6_spec { struct
827 struct ethtool_tcpip6_spec tcp_ip6_spec;
828 struct ethtool_tcpip6_spec udp_ip6_spec;
829 struct ethtool_tcpip6_spec sctp_ip6_spec;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dethtool.h780 struct ethtool_tcpip6_spec { struct
827 struct ethtool_tcpip6_spec tcp_ip6_spec;
828 struct ethtool_tcpip6_spec udp_ip6_spec;
829 struct ethtool_tcpip6_spec sctp_ip6_spec;
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dethtool.h899 struct ethtool_tcpip6_spec { struct
946 struct ethtool_tcpip6_spec tcp_ip6_spec;
947 struct ethtool_tcpip6_spec udp_ip6_spec;
948 struct ethtool_tcpip6_spec sctp_ip6_spec;
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs_ethtool.c270 struct ethtool_tcpip6_spec *l4_mask = &fs->m_u.tcp_ip6_spec; in parse_tcp6()
271 struct ethtool_tcpip6_spec *l4_val = &fs->h_u.tcp_ip6_spec; in parse_tcp6()
283 struct ethtool_tcpip6_spec *l4_mask = &fs->m_u.udp_ip6_spec; in parse_udp6()
284 struct ethtool_tcpip6_spec *l4_val = &fs->h_u.udp_ip6_spec; in parse_udp6()
574 struct ethtool_tcpip6_spec *l4_mask = &fs->m_u.tcp_ip6_spec; in validate_tcpudp6()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/
H A Dethtool.c789 struct ethtool_tcpip6_spec *ip6_entry = &rule->h_u.tcp_ip6_spec; in ef4_ethtool_get_class_rule()
790 struct ethtool_tcpip6_spec *ip6_mask = &rule->m_u.tcp_ip6_spec; in ef4_ethtool_get_class_rule()
1025 struct ethtool_tcpip6_spec *ip6_entry = &rule->h_u.tcp_ip6_spec; in ef4_ethtool_set_class_rule()
1026 struct ethtool_tcpip6_spec *ip6_mask = &rule->m_u.tcp_ip6_spec; in ef4_ethtool_set_class_rule()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Dethtool_common.c651 struct ethtool_tcpip6_spec *ip6_entry = &rule->h_u.tcp_ip6_spec; in efx_ethtool_get_class_rule()
652 struct ethtool_tcpip6_spec *ip6_mask = &rule->m_u.tcp_ip6_spec; in efx_ethtool_get_class_rule()
923 struct ethtool_tcpip6_spec *ip6_entry = &rule->h_u.tcp_ip6_spec; in efx_ethtool_set_class_rule()
924 struct ethtool_tcpip6_spec *ip6_mask = &rule->m_u.tcp_ip6_spec; in efx_ethtool_set_class_rule()
/OK3568_Linux_fs/kernel/drivers/net/dsa/
H A Dbcm_sf2_cfp.c603 fs_size = sizeof(struct ethtool_tcpip6_spec); in bcm_sf2_cfp_rule_cmp()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_ethtool_fdir.c911 struct ethtool_tcpip6_spec *tcp_ip6_spec, in ice_set_fdir_ip6_seg()
/OK3568_Linux_fs/kernel/net/ethtool/
H A Dioctl.c3079 const struct ethtool_tcpip6_spec *v6_spec, *v6_m_spec; in ethtool_rx_flow_rule_create()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c5416 static int hclge_fd_check_tcpip6_tuple(struct ethtool_tcpip6_spec *spec, in hclge_fd_check_tcpip6_tuple()
6123 struct ethtool_tcpip6_spec *spec, in hclge_fd_get_tcpip6_info()
6124 struct ethtool_tcpip6_spec *spec_mask) in hclge_fd_get_tcpip6_info()