Home
last modified time | relevance | path

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

/linux/net/ethtool/
H A Dioctl.c3604 const struct ethtool_tcpip4_spec *v4_spec, *v4_m_spec; in ethtool_rx_flow_rule_create() local
3608 v4_spec = &fs->h_u.tcp_ip4_spec; in ethtool_rx_flow_rule_create()
3612 match->key.ipv4.src = v4_spec->ip4src; in ethtool_rx_flow_rule_create()
3616 match->key.ipv4.dst = v4_spec->ip4dst; in ethtool_rx_flow_rule_create()
3627 match->key.tp.src = v4_spec->psrc; in ethtool_rx_flow_rule_create()
3631 match->key.tp.dst = v4_spec->pdst; in ethtool_rx_flow_rule_create()
3642 match->key.ip.tos = v4_spec->tos; in ethtool_rx_flow_rule_create()