Searched refs:EGRESS (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | lwt_ip_encap.c | 436 #define EGRESS true macro 515 lwt_ip_encap(IPV6_ENCAP, EGRESS, "vrf red"); in test_lwt_ip_encap_vrf_ipv6() 524 lwt_ip_encap(IPV4_ENCAP, EGRESS, "vrf red"); in test_lwt_ip_encap_vrf_ipv4() 533 lwt_ip_encap(IPV6_ENCAP, EGRESS, ""); in test_lwt_ip_encap_ipv6() 542 lwt_ip_encap(IPV4_ENCAP, EGRESS, ""); in test_lwt_ip_encap_ipv4()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
| H A D | tc.c | 368 MLX5_TC_FLAG(EGRESS) : in mlx5e_rep_indr_setup_tc_cb() 394 flags = MLX5_TC_FLAG(EGRESS) | in mlx5e_rep_indr_setup_ft_cb()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_tc.c | 1995 flow_flag_test(flow, EGRESS) ? in mlx5e_tc_add_fdb_flow() 4343 if (flags & MLX5_TC_FLAG(EGRESS)) in get_flags() 4927 bool dir_egress = !!(flags & MLX5_TC_FLAG(EGRESS)); in same_flow_direction() 4930 flow_flag_test(flow, EGRESS) == dir_egress; in same_flow_direction()
|