Searched refs:v6_spec (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ethtool/ |
H A D | ioctl.c | 3084 const struct ethtool_tcpip6_spec *v6_spec, *v6_m_spec; in ethtool_rx_flow_rule_create() local 3088 v6_spec = &fs->h_u.tcp_ip6_spec; in ethtool_rx_flow_rule_create() 3091 memcpy(&match->key.ipv6.src, v6_spec->ip6src, in ethtool_rx_flow_rule_create() 3097 memcpy(&match->key.ipv6.dst, v6_spec->ip6dst, in ethtool_rx_flow_rule_create() 3110 match->key.tp.src = v6_spec->psrc; in ethtool_rx_flow_rule_create() 3114 match->key.tp.dst = v6_spec->pdst; in ethtool_rx_flow_rule_create() 3125 match->key.ip.tos = v6_spec->tclass; in ethtool_rx_flow_rule_create()
|
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | ioctl.c | 3242 const struct ethtool_tcpip6_spec *v6_spec, *v6_m_spec; in ethtool_rx_flow_rule_create() local 3246 v6_spec = &fs->h_u.tcp_ip6_spec; in ethtool_rx_flow_rule_create() 3249 memcpy(&match->key.ipv6.src, v6_spec->ip6src, in ethtool_rx_flow_rule_create() 3255 memcpy(&match->key.ipv6.dst, v6_spec->ip6dst, in ethtool_rx_flow_rule_create() 3268 match->key.tp.src = v6_spec->psrc; in ethtool_rx_flow_rule_create() 3272 match->key.tp.dst = v6_spec->pdst; in ethtool_rx_flow_rule_create() 3283 match->key.ip.tos = v6_spec->tclass; in ethtool_rx_flow_rule_create()
|
Completed in 8 milliseconds