Searched refs:udp_ip6_spec (Results 1 – 4 of 4) sorted by relevance
128 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()
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()
502 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()
1359 struct ethtool_tcpip6_spec udp_ip6_spec; member