Searched refs:v6_m_spec (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/net/dsa/ |
| D | bcm_sf2_cfp.c | 523 struct ethtool_tcpip6_spec *v6_spec, *v6_m_spec; in bcm_sf2_cfp_ipv6_rule_set() local 535 v6_m_spec = &fs->m_u.tcp_ip6_spec; in bcm_sf2_cfp_ipv6_rule_set() 540 v6_m_spec = &fs->m_u.udp_ip6_spec; in bcm_sf2_cfp_ipv6_rule_set() 632 bcm_sf2_cfp_slice_ipv6(priv, v6_m_spec->ip6src, v6_m_spec->psrc, in bcm_sf2_cfp_ipv6_rule_set() 692 bcm_sf2_cfp_slice_ipv6(priv, v6_m_spec->ip6dst, v6_m_spec->pdst, in bcm_sf2_cfp_ipv6_rule_set() 1057 struct ethtool_tcpip6_spec *v6_spec = NULL, *v6_m_spec = NULL; in bcm_sf2_cfp_ipv6_rule_get() local 1065 v6_m_spec = &fs->m_u.tcp_ip6_spec; in bcm_sf2_cfp_ipv6_rule_get() 1073 ret = bcm_sf2_cfp_unslice_ipv6(priv, v6_m_spec->ip6dst, in bcm_sf2_cfp_ipv6_rule_get() 1074 &v6_m_spec->pdst, true); in bcm_sf2_cfp_ipv6_rule_get() 1110 return bcm_sf2_cfp_unslice_ipv6(priv, v6_m_spec->ip6src, in bcm_sf2_cfp_ipv6_rule_get() [all …]
|