Home
last modified time | relevance | path

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

/linux-6.12.1/net/ethtool/
Dioctl.c3535 const struct ethtool_tcpip6_spec *v6_spec, *v6_m_spec; in ethtool_rx_flow_rule_create() local
3539 v6_spec = &fs->h_u.tcp_ip6_spec; in ethtool_rx_flow_rule_create()
3542 memcpy(&match->key.ipv6.src, v6_spec->ip6src, in ethtool_rx_flow_rule_create()
3548 memcpy(&match->key.ipv6.dst, v6_spec->ip6dst, in ethtool_rx_flow_rule_create()
3561 match->key.tp.src = v6_spec->psrc; in ethtool_rx_flow_rule_create()
3565 match->key.tp.dst = v6_spec->pdst; in ethtool_rx_flow_rule_create()
3576 match->key.ip.tos = v6_spec->tclass; in ethtool_rx_flow_rule_create()