Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H A Dfs.c641 unsigned int ip_spec_type = 0; in is_valid_ethertype() local
658 ip_spec_type = ib_spec->type; in is_valid_ethertype()
663 type_valid = (!has_ethertype) || (!ip_spec_type); in is_valid_ethertype()
666 (ip_spec_type == (IB_FLOW_SPEC_IPV4 | inner_bit)); in is_valid_ethertype()
668 (ip_spec_type == (IB_FLOW_SPEC_IPV6 | inner_bit)); in is_valid_ethertype()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A Dfs.c583 unsigned int ip_spec_type = 0; in is_valid_ethertype() local
600 ip_spec_type = ib_spec->type; in is_valid_ethertype()
605 type_valid = (!has_ethertype) || (!ip_spec_type); in is_valid_ethertype()
608 (ip_spec_type == (IB_FLOW_SPEC_IPV4 | inner_bit)); in is_valid_ethertype()
610 (ip_spec_type == (IB_FLOW_SPEC_IPV6 | inner_bit)); in is_valid_ethertype()

Completed in 6 milliseconds