Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c2277 unsigned int ip_spec_type = 0; in is_valid_ethertype() local
2294 ip_spec_type = ib_spec->type; in is_valid_ethertype()
2299 type_valid = (!has_ethertype) || (!ip_spec_type); in is_valid_ethertype()
2302 (ip_spec_type == (IB_FLOW_SPEC_IPV4 | inner_bit)); in is_valid_ethertype()
2304 (ip_spec_type == (IB_FLOW_SPEC_IPV6 | inner_bit)); in is_valid_ethertype()