Searched refs:udp_ip6_spec (Results 1 – 2 of 2) sorted by relevance
102 udph->source = fsp->h_u.udp_ip6_spec.psrc; in idpf_fsteer_fill_udp() 103 udph->dest = fsp->h_u.udp_ip6_spec.pdst; in idpf_fsteer_fill_udp() 104 udpm->source = fsp->m_u.udp_ip6_spec.psrc; in idpf_fsteer_fill_udp() 105 udpm->dest = fsp->m_u.udp_ip6_spec.pdst; in idpf_fsteer_fill_udp()
304 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()