Lines Matching refs:tcp_ip4_spec
119 rxclass_print_ipv4_rule(fsp->h_u.tcp_ip4_spec.ip4src, in rxclass_print_nfc_rule()
120 fsp->m_u.tcp_ip4_spec.ip4src, in rxclass_print_nfc_rule()
121 fsp->h_u.tcp_ip4_spec.ip4dst, in rxclass_print_nfc_rule()
122 fsp->m_u.tcp_ip4_spec.ip4dst, in rxclass_print_nfc_rule()
123 fsp->h_u.tcp_ip4_spec.tos, in rxclass_print_nfc_rule()
124 fsp->m_u.tcp_ip4_spec.tos); in rxclass_print_nfc_rule()
128 ntohs(fsp->h_u.tcp_ip4_spec.psrc), in rxclass_print_nfc_rule()
129 ntohs(fsp->m_u.tcp_ip4_spec.psrc), in rxclass_print_nfc_rule()
130 ntohs(fsp->h_u.tcp_ip4_spec.pdst), in rxclass_print_nfc_rule()
131 ntohs(fsp->m_u.tcp_ip4_spec.pdst)); in rxclass_print_nfc_rule()
662 offsetof(struct ethtool_rx_flow_spec, h_u.tcp_ip4_spec.ip4src),
663 offsetof(struct ethtool_rx_flow_spec, m_u.tcp_ip4_spec.ip4src) },
665 offsetof(struct ethtool_rx_flow_spec, h_u.tcp_ip4_spec.ip4dst),
666 offsetof(struct ethtool_rx_flow_spec, m_u.tcp_ip4_spec.ip4dst) },
668 offsetof(struct ethtool_rx_flow_spec, h_u.tcp_ip4_spec.tos),
669 offsetof(struct ethtool_rx_flow_spec, m_u.tcp_ip4_spec.tos) },
671 offsetof(struct ethtool_rx_flow_spec, h_u.tcp_ip4_spec.psrc),
672 offsetof(struct ethtool_rx_flow_spec, m_u.tcp_ip4_spec.psrc) },
674 offsetof(struct ethtool_rx_flow_spec, h_u.tcp_ip4_spec.pdst),
675 offsetof(struct ethtool_rx_flow_spec, m_u.tcp_ip4_spec.pdst) },