Home
last modified time | relevance | path

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

/linux-6.1.9/net/ethtool/
Dioctl.c3144 const struct ethtool_tcpip4_spec *v4_spec, *v4_m_spec; in ethtool_rx_flow_rule_create() local
3148 v4_spec = &fs->h_u.tcp_ip4_spec; in ethtool_rx_flow_rule_create()
3152 match->key.ipv4.src = v4_spec->ip4src; in ethtool_rx_flow_rule_create()
3156 match->key.ipv4.dst = v4_spec->ip4dst; in ethtool_rx_flow_rule_create()
3167 match->key.tp.src = v4_spec->psrc; in ethtool_rx_flow_rule_create()
3171 match->key.tp.dst = v4_spec->pdst; in ethtool_rx_flow_rule_create()
3182 match->key.ip.tos = v4_spec->tos; in ethtool_rx_flow_rule_create()