Symbol: INGRESS
drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.c
184
unsigned long flags = MLX5_TC_FLAG(INGRESS) | MLX5_TC_FLAG(ESW_OFFLOAD);
drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.c
209
flags = MLX5_TC_FLAG(INGRESS) |
drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.c
369
MLX5_TC_FLAG(INGRESS);
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
4324
if (flags & MLX5_TC_FLAG(INGRESS))
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
4364
flow_flag_test(flow, INGRESS);
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
4883
bool dir_ingress = !!(flags & MLX5_TC_FLAG(INGRESS));
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
4886
return flow_flag_test(flow, INGRESS) == dir_ingress &&
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
5571
unsigned long flags = MLX5_TC_FLAG(INGRESS);
drivers/net/phy/mscc/mscc_ptp.c
1002
vsc85xx_eth1_conf(phydev, INGRESS,
drivers/net/phy/mscc/mscc_ptp.c
1004
vsc85xx_ip1_conf(phydev, INGRESS,
drivers/net/phy/mscc/mscc_ptp.c
1006
vsc85xx_ptp_conf(phydev, INGRESS, one_step,
drivers/net/phy/mscc/mscc_ptp.c
122
case INGRESS:
drivers/net/phy/mscc/mscc_ptp.c
1494
vsc85xx_ts_disable_flows(phydev, INGRESS);
drivers/net/phy/mscc/mscc_ptp.c
1516
vsc85xx_eth_cmp1_init(phydev, INGRESS);
drivers/net/phy/mscc/mscc_ptp.c
1517
vsc85xx_ip_cmp1_init(phydev, INGRESS);
drivers/net/phy/mscc/mscc_ptp.c
1518
vsc85xx_ptp_cmp_init(phydev, INGRESS);
drivers/net/phy/mscc/mscc_ptp.c
72
case INGRESS:
drivers/net/phy/mscc/mscc_ptp.c
861
if (blk == INGRESS)
drivers/net/phy/mscc/mscc_ptp.c
984
vsc85xx_eth1_next_comp(phydev, INGRESS,
drivers/net/phy/mscc/mscc_ptp.c
989
vsc85xx_eth1_next_comp(phydev, INGRESS,
drivers/net/phy/mscc/mscc_ptp.c
996
vsc85xx_ip1_next_comp(phydev, INGRESS,
tools/testing/selftests/bpf/prog_tests/lwt_ip_encap.c
512
lwt_ip_encap(IPV6_ENCAP, INGRESS, "vrf red");
tools/testing/selftests/bpf/prog_tests/lwt_ip_encap.c
521
lwt_ip_encap(IPV4_ENCAP, INGRESS, "vrf red");
tools/testing/selftests/bpf/prog_tests/lwt_ip_encap.c
530
lwt_ip_encap(IPV6_ENCAP, INGRESS, "");
tools/testing/selftests/bpf/prog_tests/lwt_ip_encap.c
539
lwt_ip_encap(IPV4_ENCAP, INGRESS, "");