ingress          1879 drivers/net/dsa/b53/b53_common.c 		   struct dsa_mall_mirror_tc_entry *mirror, bool ingress)
ingress          1884 drivers/net/dsa/b53/b53_common.c 	if (ingress)
ingress          1910 drivers/net/dsa/b53/b53_common.c 	if (mirror->ingress)
ingress          1925 drivers/net/dsa/b53/b53_common.c 	if (mirror->ingress)
ingress           355 drivers/net/dsa/b53/b53_priv.h 		   struct dsa_mall_mirror_tc_entry *mirror, bool ingress);
ingress           880 drivers/net/dsa/microchip/ksz8795.c 				   bool ingress)
ingress           884 drivers/net/dsa/microchip/ksz8795.c 	if (ingress) {
ingress           908 drivers/net/dsa/microchip/ksz8795.c 	if (mirror->ingress) {
ingress           938 drivers/net/dsa/microchip/ksz9477.c 				   bool ingress)
ingress           942 drivers/net/dsa/microchip/ksz9477.c 	if (ingress)
ingress           964 drivers/net/dsa/microchip/ksz9477.c 	if (mirror->ingress)
ingress           415 drivers/net/dsa/sja1105/sja1105_dynamic_config.c 	sja1105_packing(reg1, &entry->ingress,   18, 18, size, op);
ingress           100 drivers/net/dsa/sja1105/sja1105_main.c 		.ingress = false,
ingress           130 drivers/net/dsa/sja1105/sja1105_main.c 			mac[i].ingress = true;
ingress          1340 drivers/net/dsa/sja1105/sja1105_main.c 		mac[port].ingress   = false;
ingress          1345 drivers/net/dsa/sja1105/sja1105_main.c 		mac[port].ingress   = true;
ingress          1350 drivers/net/dsa/sja1105/sja1105_main.c 		mac[port].ingress   = true;
ingress          1355 drivers/net/dsa/sja1105/sja1105_main.c 		mac[port].ingress   = true;
ingress           339 drivers/net/dsa/sja1105/sja1105_static_config.c 	sja1105_packing(buf, &entry->ingress,    1,  1, size, op);
ingress           373 drivers/net/dsa/sja1105/sja1105_static_config.c 	sja1105_packing(buf, &entry->ingress,    31, 31, size, op);
ingress           256 drivers/net/dsa/sja1105/sja1105_static_config.h 	u64 ingress;
ingress          1095 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	if (!IS_ERR_OR_NULL(vport->ingress.acl))
ingress          1119 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	vport->ingress.acl = acl;
ingress          1137 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	vport->ingress.allow_untagged_spoofchk_grp = g;
ingress          1152 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	vport->ingress.allow_untagged_only_grp = g;
ingress          1168 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	vport->ingress.allow_spoofchk_only_grp = g;
ingress          1181 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	vport->ingress.drop_grp = g;
ingress          1185 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 		if (!IS_ERR_OR_NULL(vport->ingress.allow_spoofchk_only_grp))
ingress          1187 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 					vport->ingress.allow_spoofchk_only_grp);
ingress          1188 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 		if (!IS_ERR_OR_NULL(vport->ingress.allow_untagged_only_grp))
ingress          1190 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 					vport->ingress.allow_untagged_only_grp);
ingress          1191 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 		if (!IS_ERR_OR_NULL(vport->ingress.allow_untagged_spoofchk_grp))
ingress          1193 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 				vport->ingress.allow_untagged_spoofchk_grp);
ingress          1194 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 		if (!IS_ERR_OR_NULL(vport->ingress.acl))
ingress          1195 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 			mlx5_destroy_flow_table(vport->ingress.acl);
ingress          1205 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	if (!IS_ERR_OR_NULL(vport->ingress.drop_rule))
ingress          1206 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 		mlx5_del_flow_rules(vport->ingress.drop_rule);
ingress          1208 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	if (!IS_ERR_OR_NULL(vport->ingress.allow_rule))
ingress          1209 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 		mlx5_del_flow_rules(vport->ingress.allow_rule);
ingress          1211 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	vport->ingress.drop_rule = NULL;
ingress          1212 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	vport->ingress.allow_rule = NULL;
ingress          1220 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	if (IS_ERR_OR_NULL(vport->ingress.acl))
ingress          1226 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	mlx5_destroy_flow_group(vport->ingress.allow_spoofchk_only_grp);
ingress          1227 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	mlx5_destroy_flow_group(vport->ingress.allow_untagged_only_grp);
ingress          1228 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	mlx5_destroy_flow_group(vport->ingress.allow_untagged_spoofchk_grp);
ingress          1229 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	mlx5_destroy_flow_group(vport->ingress.drop_grp);
ingress          1230 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	mlx5_destroy_flow_table(vport->ingress.acl);
ingress          1231 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	vport->ingress.acl = NULL;
ingress          1232 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	vport->ingress.drop_grp = NULL;
ingress          1233 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	vport->ingress.allow_spoofchk_only_grp = NULL;
ingress          1234 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	vport->ingress.allow_untagged_only_grp = NULL;
ingress          1235 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	vport->ingress.allow_untagged_spoofchk_grp = NULL;
ingress          1241 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	struct mlx5_fc *counter = vport->ingress.drop_counter;
ingress          1289 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	vport->ingress.allow_rule =
ingress          1290 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 		mlx5_add_flow_rules(vport->ingress.acl, spec,
ingress          1292 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	if (IS_ERR(vport->ingress.allow_rule)) {
ingress          1293 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 		err = PTR_ERR(vport->ingress.allow_rule);
ingress          1297 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 		vport->ingress.allow_rule = NULL;
ingress          1312 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	vport->ingress.drop_rule =
ingress          1313 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 		mlx5_add_flow_rules(vport->ingress.acl, spec,
ingress          1315 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	if (IS_ERR(vport->ingress.drop_rule)) {
ingress          1316 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 		err = PTR_ERR(vport->ingress.drop_rule);
ingress          1320 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 		vport->ingress.drop_rule = NULL;
ingress          1655 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 		vport->ingress.drop_counter = mlx5_fc_create(dev, false);
ingress          1656 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 		if (IS_ERR(vport->ingress.drop_counter)) {
ingress          1660 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 			vport->ingress.drop_counter = NULL;
ingress          1679 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	if (vport->ingress.drop_counter)
ingress          1680 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 		mlx5_fc_destroy(dev, vport->ingress.drop_counter);
ingress          2473 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	if (vport->ingress.drop_counter)
ingress          2474 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 		mlx5_fc_query(dev, vport->ingress.drop_counter,
ingress           121 drivers/net/ethernet/mellanox/mlx5/core/eswitch.h 	struct vport_ingress    ingress;
ingress          1780 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	if (vport->ingress.modify_metadata_rule) {
ingress          1782 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 		flow_act.modify_hdr = vport->ingress.modify_metadata;
ingress          1785 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	vport->ingress.allow_rule =
ingress          1786 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 		mlx5_add_flow_rules(vport->ingress.acl, spec,
ingress          1788 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	if (IS_ERR(vport->ingress.allow_rule)) {
ingress          1789 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 		err = PTR_ERR(vport->ingress.allow_rule);
ingress          1793 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 		vport->ingress.allow_rule = NULL;
ingress          1818 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	vport->ingress.modify_metadata =
ingress          1821 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	if (IS_ERR(vport->ingress.modify_metadata)) {
ingress          1822 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 		err = PTR_ERR(vport->ingress.modify_metadata);
ingress          1830 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	flow_act.modify_hdr = vport->ingress.modify_metadata;
ingress          1831 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	vport->ingress.modify_metadata_rule = mlx5_add_flow_rules(vport->ingress.acl,
ingress          1833 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	if (IS_ERR(vport->ingress.modify_metadata_rule)) {
ingress          1834 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 		err = PTR_ERR(vport->ingress.modify_metadata_rule);
ingress          1838 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 		vport->ingress.modify_metadata_rule = NULL;
ingress          1844 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 		mlx5_modify_header_dealloc(esw->dev, vport->ingress.modify_metadata);
ingress          1851 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	if (vport->ingress.modify_metadata_rule) {
ingress          1852 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 		mlx5_del_flow_rules(vport->ingress.modify_metadata_rule);
ingress          1853 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 		mlx5_modify_header_dealloc(esw->dev, vport->ingress.modify_metadata);
ingress          1855 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 		vport->ingress.modify_metadata_rule = NULL;
ingress           865 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c 	bool ingress;
ingress           876 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c 				    mirror->ingress);
ingress           892 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c 			const struct net_device *out_dev, bool ingress)
ingress           903 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c 					  ingress, &mirror->span_id);
ingress           907 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c 	mirror->ingress = ingress;
ingress           935 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c 			      const struct net_device *out_dev, bool ingress,
ingress           942 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c 					 ingress);
ingress            25 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.h 			  bool ingress, int *p_span_id);
ingress            27 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.h 			   bool ingress);
ingress            52 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.h 				  bool ingress,
ingress          1346 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 				      bool ingress)
ingress          1355 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	mirror->ingress = ingress;
ingress          1356 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	span_type = ingress ? MLXSW_SP_SPAN_INGRESS : MLXSW_SP_SPAN_EGRESS;
ingress          1367 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	span_type = mirror->ingress ?
ingress          1377 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 				      bool ingress)
ingress          1420 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 					  bool ingress)
ingress          1446 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 							    ingress);
ingress          1451 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 							    act, ingress);
ingress          1497 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 					  bool ingress)
ingress          1502 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 						      ingress);
ingress          1537 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 					       void *cb_priv, bool ingress)
ingress          1548 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 						      ingress);
ingress          1601 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 			            struct flow_block_offload *f, bool ingress)
ingress          1630 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 				      mlxsw_sp_port, ingress, f->extack);
ingress          1634 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	if (ingress)
ingress          1655 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 				      struct flow_block_offload *f, bool ingress)
ingress          1668 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	if (ingress)
ingress          1675 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 					mlxsw_sp_port, ingress);
ingress          1687 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	bool ingress;
ingress          1692 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 		ingress = true;
ingress          1695 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 		ingress = false;
ingress          1713 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 							  ingress);
ingress          1723 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 						      f, ingress);
ingress          4221 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 					  char *mtpptr_pl, bool ingress)
ingress          4238 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 		mlxsw_sp1_ptp_got_timestamp(mlxsw_sp, ingress, local_port,
ingress           112 drivers/net/ethernet/mellanox/mlxsw/spectrum.h 	bool ingress;
ingress           673 drivers/net/ethernet/mellanox/mlxsw/spectrum.h 			    bool ingress,
ingress           678 drivers/net/ethernet/mellanox/mlxsw/spectrum.h 			      bool ingress);
ingress            47 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c 	bool ingress;
ingress           129 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c 		if (!binding->ingress)
ingress           151 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c 				 binding->mlxsw_sp_port, binding->ingress);
ingress           163 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c 			    binding->mlxsw_sp_port, binding->ingress);
ingress           230 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c 			  struct mlxsw_sp_port *mlxsw_sp_port, bool ingress)
ingress           236 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c 		    binding->ingress == ingress)
ingress           244 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c 			    bool ingress,
ingress           250 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c 	if (WARN_ON(mlxsw_sp_acl_block_lookup(block, mlxsw_sp_port, ingress)))
ingress           253 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c 	if (!ingress && block->egress_blocker_rule_count) {
ingress           262 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c 	binding->ingress = ingress;
ingress           281 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c 			      bool ingress)
ingress           285 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c 	binding = mlxsw_sp_acl_block_lookup(block, mlxsw_sp_port, ingress);
ingress           581 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c 					     binding->ingress,
ingress           137 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_flex_actions.c 			bool ingress, int *p_span_id)
ingress           143 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_flex_actions.c 	type = ingress ? MLXSW_SP_SPAN_INGRESS : MLXSW_SP_SPAN_EGRESS;
ingress           151 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_flex_actions.c mlxsw_sp_act_mirror_del(void *priv, u8 local_in_port, int span_id, bool ingress)
ingress           157 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_flex_actions.c 	type = ingress ? MLXSW_SP_SPAN_INGRESS : MLXSW_SP_SPAN_EGRESS;
ingress           362 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_tcam.c 			     bool ingress)
ingress           366 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_tcam.c 	mlxsw_reg_ppbt_pack(ppbt_pl, ingress ? MLXSW_REG_PXBT_E_IACL :
ingress           377 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_tcam.c 			       bool ingress)
ingress           381 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_tcam.c 	mlxsw_reg_ppbt_pack(ppbt_pl, ingress ? MLXSW_REG_PXBT_E_IACL :
ingress          1608 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_tcam.c 				      bool ingress)
ingress          1613 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_tcam.c 					    mlxsw_sp_port, ingress);
ingress          1620 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_tcam.c 					bool ingress)
ingress          1625 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_tcam.c 				       mlxsw_sp_port, ingress);
ingress          1746 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_tcam.c 				  bool ingress)
ingress          1756 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_tcam.c 				    bool ingress)
ingress            49 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_tcam.h 			    bool ingress);
ingress            52 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_tcam.h 			       bool ingress);
ingress            43 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c 	bool ingress;
ingress           428 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c 					bool ingress,
ingress           443 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c 	if (ingress) {
ingress           468 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c 				    key.local_port, key.ingress, &hwtstamps);
ingress           482 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c 					    unmatched->key.ingress, NULL);
ingress           527 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c 						    key.ingress, NULL);
ingress           546 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c 				     bool ingress)
ingress           557 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c 	types = ingress ? mlxsw_sp_port->ptp.ing_types :
ingress           564 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c 	key.ingress = ingress;
ingress           581 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c 	mlxsw_sp1_ptp_packet_finish(mlxsw_sp, skb, local_port, ingress, NULL);
ingress           584 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c void mlxsw_sp1_ptp_got_timestamp(struct mlxsw_sp *mlxsw_sp, bool ingress,
ingress           597 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c 	types = ingress ? mlxsw_sp_port->ptp.ing_types :
ingress           611 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c 	key.ingress = ingress;
ingress           657 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c 		stats = unmatched->key.ingress ?
ingress            46 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.h void mlxsw_sp1_ptp_got_timestamp(struct mlxsw_sp *mlxsw_sp, bool ingress,
ingress           102 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.h mlxsw_sp1_ptp_got_timestamp(struct mlxsw_sp *mlxsw_sp, bool ingress,
ingress            14 drivers/net/ethernet/mscc/ocelot_tc.c 					bool ingress)
ingress            24 drivers/net/ethernet/mscc/ocelot_tc.c 	if (!ingress) {
ingress            91 drivers/net/ethernet/mscc/ocelot_tc.c 				    void *cb_priv, bool ingress)
ingress           101 drivers/net/ethernet/mscc/ocelot_tc.c 			   ingress ? "ingress" : "egress");
ingress           103 drivers/net/ethernet/mscc/ocelot_tc.c 		return ocelot_setup_tc_cls_matchall(port, type_data, ingress);
ingress           109 drivers/net/ethernet/mscc/ocelot_tc.c 			   ingress ? "ingress" : "egress");
ingress           839 drivers/net/ethernet/netronome/nfp/abm/qdisc.c 	if (opt->ingress)
ingress           144 include/net/dsa.h 	bool ingress;
ingress           515 include/net/dsa.h 				   bool ingress);
ingress           130 include/net/lwtunnel.h 			  bool ingress);
ingress           829 include/net/pkt_cls.h 	bool ingress;
ingress           282 include/net/sch_generic.h 			bool		ingress;
ingress          1289 include/net/sch_generic.h 	if (res->ingress)
ingress          4958 net/core/filter.c 			     bool ingress)
ingress          4960 net/core/filter.c 	return bpf_lwt_push_ip_encap(skb, hdr, len, ingress);
ingress           592 net/core/lwt_bpf.c int bpf_lwt_push_ip_encap(struct sk_buff *skb, void *hdr, u32 len, bool ingress)
ingress           615 net/core/lwt_bpf.c 	if (ingress)
ingress           629 net/core/lwt_bpf.c 	if (ingress)
ingress           433 net/core/skmsg.c 			       u32 off, u32 len, bool ingress)
ingress           435 net/core/skmsg.c 	if (ingress)
ingress           446 net/core/skmsg.c 	bool ingress;
ingress           464 net/core/skmsg.c 		ingress = tcp_skb_bpf_ingress(skb);
ingress           469 net/core/skmsg.c 							  len, ingress);
ingress           487 net/core/skmsg.c 		if (!ingress)
ingress           694 net/core/skmsg.c 	bool ingress;
ingress           721 net/core/skmsg.c 		ingress = tcp_skb_bpf_ingress(skb);
ingress           722 net/core/skmsg.c 		if ((!ingress && sock_writeable(sk_other)) ||
ingress           723 net/core/skmsg.c 		    (ingress &&
ingress           726 net/core/skmsg.c 			if (!ingress)
ingress           863 net/dsa/slave.c 				      bool ingress)
ingress           902 net/dsa/slave.c 		mirror->ingress = ingress;
ingress           904 net/dsa/slave.c 		err = ds->ops->port_mirror_add(ds, dp->index, mirror, ingress);
ingress           945 net/dsa/slave.c 					   bool ingress)
ingress           952 net/dsa/slave.c 		return dsa_slave_add_cls_matchall(dev, cls, ingress);
ingress           962 net/dsa/slave.c 				       void *cb_priv, bool ingress)
ingress           971 net/dsa/slave.c 		return dsa_slave_setup_tc_cls_matchall(dev, type_data, ingress);
ingress           288 net/ipv4/tcp_bpf.c 	bool ingress = sk_msg_to_ingress(msg);
ingress           296 net/ipv4/tcp_bpf.c 	ret = ingress ? bpf_tcp_ingress(sk, psock, msg, bytes, flags) :
ingress           291 net/sched/act_mirred.c 			res->ingress = want_ingress;
ingress           610 net/sched/cls_api.c 			      enum flow_block_command command, bool ingress)
ingress           614 net/sched/cls_api.c 		.binder_type	= ingress ?
ingress           634 net/sched/cls_api.c static struct tcf_block *tc_dev_block(struct net_device *dev, bool ingress)
ingress           651 net/sched/cls_api.c 	if (!ingress && !strcmp("ingress", ops->id))
ingress           662 net/sched/cls_api.c 			       ingress ? TC_H_MIN_INGRESS : TC_H_MIN_EGRESS,
ingress           859 net/sched/sch_api.c 		.ingress	= (new && new->flags & TCQ_F_INGRESS) ||
ingress          1029 net/sched/sch_api.c 		unsigned int i, num_q, ingress;
ingress          1031 net/sched/sch_api.c 		ingress = 0;
ingress          1036 net/sched/sch_api.c 			ingress = 1;
ingress          1054 net/sched/sch_api.c 			if (!ingress)
ingress          1061 net/sched/sch_api.c 			if (!ingress)
ingress          1066 net/sched/sch_api.c 		if (!ingress) {
ingress          1024 tools/testing/selftests/bpf/test_sockmap.c 			int ingress = BPF_F_INGRESS;
ingress          1028 tools/testing/selftests/bpf/test_sockmap.c 						  &i, &ingress, BPF_ANY);