Lines Matching refs:tcp_ip6_spec
175 rxclass_print_ipv6_rule(fsp->h_u.tcp_ip6_spec.ip6src, in rxclass_print_nfc_rule()
176 fsp->m_u.tcp_ip6_spec.ip6src, in rxclass_print_nfc_rule()
177 fsp->h_u.tcp_ip6_spec.ip6dst, in rxclass_print_nfc_rule()
178 fsp->m_u.tcp_ip6_spec.ip6dst, in rxclass_print_nfc_rule()
179 fsp->h_u.tcp_ip6_spec.tclass, in rxclass_print_nfc_rule()
180 fsp->m_u.tcp_ip6_spec.tclass); in rxclass_print_nfc_rule()
184 ntohs(fsp->h_u.tcp_ip6_spec.psrc), in rxclass_print_nfc_rule()
185 ntohs(fsp->m_u.tcp_ip6_spec.psrc), in rxclass_print_nfc_rule()
186 ntohs(fsp->h_u.tcp_ip6_spec.pdst), in rxclass_print_nfc_rule()
187 ntohs(fsp->m_u.tcp_ip6_spec.pdst)); in rxclass_print_nfc_rule()
782 offsetof(struct ethtool_rx_flow_spec, h_u.tcp_ip6_spec.ip6src),
783 offsetof(struct ethtool_rx_flow_spec, m_u.tcp_ip6_spec.ip6src) },
785 offsetof(struct ethtool_rx_flow_spec, h_u.tcp_ip6_spec.ip6dst),
786 offsetof(struct ethtool_rx_flow_spec, m_u.tcp_ip6_spec.ip6dst) },
788 offsetof(struct ethtool_rx_flow_spec, h_u.tcp_ip6_spec.tclass),
789 offsetof(struct ethtool_rx_flow_spec, m_u.tcp_ip6_spec.tclass) },
791 offsetof(struct ethtool_rx_flow_spec, h_u.tcp_ip6_spec.psrc),
792 offsetof(struct ethtool_rx_flow_spec, m_u.tcp_ip6_spec.psrc) },
794 offsetof(struct ethtool_rx_flow_spec, h_u.tcp_ip6_spec.pdst),
795 offsetof(struct ethtool_rx_flow_spec, m_u.tcp_ip6_spec.pdst) },