Lines Matching refs:basic
3122 struct flow_dissector_key_basic basic; member
3164 match->mask.basic.n_proto = htons(0xffff); in ethtool_rx_flow_rule_create()
3186 match->key.basic.n_proto = ether_spec->h_proto; in ethtool_rx_flow_rule_create()
3187 match->mask.basic.n_proto = ether_m_spec->h_proto; in ethtool_rx_flow_rule_create()
3195 match->key.basic.n_proto = htons(ETH_P_IP); in ethtool_rx_flow_rule_create()
3244 match->key.basic.n_proto = htons(ETH_P_IPV6); in ethtool_rx_flow_rule_create()
3300 match->key.basic.ip_proto = IPPROTO_TCP; in ethtool_rx_flow_rule_create()
3301 match->mask.basic.ip_proto = 0xff; in ethtool_rx_flow_rule_create()
3305 match->key.basic.ip_proto = IPPROTO_UDP; in ethtool_rx_flow_rule_create()
3306 match->mask.basic.ip_proto = 0xff; in ethtool_rx_flow_rule_create()
3312 offsetof(struct ethtool_rx_flow_key, basic); in ethtool_rx_flow_rule_create()