Home
last modified time | relevance | path

Searched refs:udp_ip6_spec (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_ethtool.c128 udph->source = fsp->h_u.udp_ip6_spec.psrc; in idpf_fsteer_fill_udp()
129 udph->dest = fsp->h_u.udp_ip6_spec.pdst; in idpf_fsteer_fill_udp()
130 udpm->source = fsp->m_u.udp_ip6_spec.psrc; in idpf_fsteer_fill_udp()
131 udpm->dest = fsp->m_u.udp_ip6_spec.pdst; in idpf_fsteer_fill_udp()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs_ethtool.c304 struct ethtool_tcpip6_spec *l4_mask = &fs->m_u.udp_ip6_spec; in parse_udp6()
305 struct ethtool_tcpip6_spec *l4_val = &fs->h_u.udp_ip6_spec; in parse_udp6()
/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.c502 bcmasp_netfilt_tcpip6_wr(priv, nfilt, &fs->h_u.udp_ip6_spec, in bcmasp_netfilt_wr_to_hw()
503 &fs->m_u.udp_ip6_spec, offset); in bcmasp_netfilt_wr_to_hw()
/linux/include/uapi/linux/
H A Dethtool.h1359 struct ethtool_tcpip6_spec udp_ip6_spec; member