Lines Matching refs:usr_ip4_spec
152 rxclass_print_ipv4_rule(fsp->h_u.usr_ip4_spec.ip4src, in rxclass_print_nfc_rule()
153 fsp->m_u.usr_ip4_spec.ip4src, in rxclass_print_nfc_rule()
154 fsp->h_u.usr_ip4_spec.ip4dst, in rxclass_print_nfc_rule()
155 fsp->m_u.usr_ip4_spec.ip4dst, in rxclass_print_nfc_rule()
156 fsp->h_u.usr_ip4_spec.tos, in rxclass_print_nfc_rule()
157 fsp->m_u.usr_ip4_spec.tos); in rxclass_print_nfc_rule()
161 fsp->h_u.usr_ip4_spec.proto, in rxclass_print_nfc_rule()
162 fsp->m_u.usr_ip4_spec.proto, in rxclass_print_nfc_rule()
163 ntohl(fsp->h_u.usr_ip4_spec.l4_4_bytes), in rxclass_print_nfc_rule()
164 ntohl(fsp->m_u.usr_ip4_spec.l4_4_bytes)); in rxclass_print_nfc_rule()
298 if (fsp->h_u.usr_ip4_spec.ip_ver == ETH_RX_NFC_IP4) in rxclass_print_rule()
733 offsetof(struct ethtool_rx_flow_spec, h_u.usr_ip4_spec.ip4src),
734 offsetof(struct ethtool_rx_flow_spec, m_u.usr_ip4_spec.ip4src) },
736 offsetof(struct ethtool_rx_flow_spec, h_u.usr_ip4_spec.ip4dst),
737 offsetof(struct ethtool_rx_flow_spec, m_u.usr_ip4_spec.ip4dst) },
739 offsetof(struct ethtool_rx_flow_spec, h_u.usr_ip4_spec.tos),
740 offsetof(struct ethtool_rx_flow_spec, m_u.usr_ip4_spec.tos) },
742 offsetof(struct ethtool_rx_flow_spec, h_u.usr_ip4_spec.proto),
743 offsetof(struct ethtool_rx_flow_spec, m_u.usr_ip4_spec.proto) },
745 offsetof(struct ethtool_rx_flow_spec, h_u.usr_ip4_spec.l4_4_bytes),
746 offsetof(struct ethtool_rx_flow_spec, m_u.usr_ip4_spec.l4_4_bytes) },
748 offsetof(struct ethtool_rx_flow_spec, h_u.usr_ip4_spec.l4_4_bytes),
749 offsetof(struct ethtool_rx_flow_spec, m_u.usr_ip4_spec.l4_4_bytes) },
751 offsetof(struct ethtool_rx_flow_spec, h_u.usr_ip4_spec.l4_4_bytes),
752 offsetof(struct ethtool_rx_flow_spec, m_u.usr_ip4_spec.l4_4_bytes) },
754 offsetof(struct ethtool_rx_flow_spec, h_u.usr_ip4_spec.l4_4_bytes) + 2,
755 offsetof(struct ethtool_rx_flow_spec, m_u.usr_ip4_spec.l4_4_bytes) + 2 },
1446 fsp->h_u.usr_ip4_spec.ip_ver = ETH_RX_NFC_IP4; in rxclass_parse_ruleopts()