Searched refs:ingress (Results 176 - 200 of 203) sorted by relevance

123456789

/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_debugfs.c2885 u8 i, j, vlan_fe, bypass, ingress, egress; local
2893 ingress = vlan_fe & HCLGE_FILTER_FE_NIC_INGRESS_B;
2897 state_str[ingress]);
2911 ingress = vlan_fe & HCLGE_FILTER_FE_NIC_INGRESS_B;
2918 result[j++] = state_str[ingress];
/linux-master/drivers/net/dsa/microchip/
H A Dksz8795.c1366 /* Discard packets with VID not enabled on the ingress port */
1490 bool ingress, struct netlink_ext_ack *extack)
1492 if (ingress) {
1515 if (mirror->ingress) {
1488 ksz8_port_mirror_add(struct ksz_device *dev, int port, struct dsa_mall_mirror_tc_entry *mirror, bool ingress, struct netlink_ext_ack *extack) argument
H A Dksz_common.c2953 bool ingress, struct netlink_ext_ack *extack)
2960 return dev->dev_ops->mirror_add(dev, port, mirror, ingress, extack);
3393 struct flow_cls_offload *cls, bool ingress)
3406 return ksz9477_cls_flower_add(ds, port, cls, ingress);
3413 struct flow_cls_offload *cls, bool ingress)
3426 return ksz9477_cls_flower_del(ds, port, cls, ingress);
2951 ksz_port_mirror_add(struct dsa_switch *ds, int port, struct dsa_mall_mirror_tc_entry *mirror, bool ingress, struct netlink_ext_ack *extack) argument
3392 ksz_cls_flower_add(struct dsa_switch *ds, int port, struct flow_cls_offload *cls, bool ingress) argument
3412 ksz_cls_flower_del(struct dsa_switch *ds, int port, struct flow_cls_offload *cls, bool ingress) argument
H A Dksz_common.h337 bool ingress, struct netlink_ext_ack *extack);
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Dmain.h724 int nfp_flower_offload_one_police(struct nfp_app *app, bool ingress,
/linux-master/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_debugfs.c283 out->prf(out->dst, "ingress: %d\n", admin->ingress);
H A Dvcap_api.c1640 bool ingress)
1647 iter->ingress == ingress) {
3230 bool vcap_is_last_chain(struct vcap_control *vctrl, int cid, bool ingress) argument
3242 if (!vcap_admin_is_last(vctrl, admin, ingress))
1638 vcap_admin_is_last(struct vcap_control *vctrl, struct vcap_admin *admin, bool ingress) argument
/linux-master/tools/testing/selftests/bpf/
H A Dtest_tunnel.sh44 # 4) veth0's ingress queue receive the tunneled packet at namespace at_ns0
529 tc filter add dev $DEV ingress bpf da object-pinned ${BPF_PIN_TUNNEL_DIR}/$GET
/linux-master/drivers/net/ethernet/mscc/
H A Docelot.c686 /* Default ingress vlan classification */
745 /* Set vlan ingress filter mask to all ports but the CPU port by
2675 bool ingress, struct netlink_ext_ack *extack)
2682 if (ingress) {
2695 void ocelot_port_mirror_del(struct ocelot *ocelot, int from, bool ingress) argument
2697 if (ingress) {
2986 /* Disable learning for frames discarded by VLAN ingress filtering */
2674 ocelot_port_mirror_add(struct ocelot *ocelot, int from, int to, bool ingress, struct netlink_ext_ack *extack) argument
/linux-master/drivers/net/dsa/qca/
H A Dqca8k.h575 bool ingress, struct netlink_ext_ack *extack);
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_hw.c1488 bool ingress)
1497 if (ingress)
1506 int prestera_hw_span_unbind(const struct prestera_port *port, bool ingress) argument
1514 if (ingress)
1487 prestera_hw_span_bind(const struct prestera_port *port, u8 span_id, bool ingress) argument
/linux-master/drivers/net/dsa/
H A Dmt7530.c1019 * In a Bridge, the transmission Port is majorly decided by ingress and egress
1096 * The only remaining interference is the ingress rules. When the reception Port
1785 * ingress tag attribute.
1875 bool ingress, struct netlink_ext_ack *extack)
1882 if ((ingress ? priv->mirror_rx : priv->mirror_tx) & BIT(port))
1899 if (ingress) {
1918 if (mirror->ingress) {
1873 mt753x_port_mirror_add(struct dsa_switch *ds, int port, struct dsa_mall_mirror_tc_entry *mirror, bool ingress, struct netlink_ext_ack *extack) argument
/linux-master/drivers/net/dsa/b53/
H A Db53_common.c2144 struct dsa_mall_mirror_tc_entry *mirror, bool ingress,
2150 if (ingress)
2176 if (mirror->ingress)
2181 /* Update the desired ingress/egress register */
2191 if (mirror->ingress)
2143 b53_mirror_add(struct dsa_switch *ds, int port, struct dsa_mall_mirror_tc_entry *mirror, bool ingress, struct netlink_ext_ack *extack) argument
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_static_config.c476 sja1105_packing(buf, &entry->ingress, 1, 1, size, op);
510 sja1105_packing(buf, &entry->ingress, 31, 31, size, op);
543 sja1105_packing(buf, &entry->ingress, 30, 30, size, op);
H A Dsja1105_dynamic_config.c606 sja1105_packing(reg1, &entry->ingress, 18, 18, size, op);
/linux-master/fs/nfsd/
H A Dtrace.h1399 __field(u32, ingress)
1405 __entry->ingress = (__force u32)rp->c_key.k_csum;
1407 TP_printk("boot_time=%16llx xid=0x%08x cached-csum=0x%08x ingress-csum=0x%08x",
1409 __entry->ingress)
/linux-master/tools/testing/selftests/net/
H A Drtnetlink.sh954 erspan_ver 2 erspan_dir ingress erspan_hwid 7
1003 erspan_ver 2 erspan_dir ingress erspan_hwid 7
/linux-master/drivers/net/ethernet/netronome/nfp/abm/
H A Dqdisc.c839 if (opt->ingress)
/linux-master/tools/testing/selftests/net/forwarding/
H A Dvxlan_bridge_1q.sh469 $(maybe_in_ns $ns) tc_rule_stats_get $dev 100 ingress
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.h111 * tagging on ingress packets.
114 /* Group to add default match-all FTE entry to tag ingress
208 struct vport_ingress ingress; member in struct:mlx5_vport
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_main.h242 bool ingress; member in struct:sparx5_mall_entry
/linux-master/include/net/
H A Dpkt_cls.h989 bool ingress; member in struct:tc_root_qopt_offload
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dchip.c1756 /* Disable ingress rate limiting by resetting all per port
1757 * ingress rate limit resources to their initial state.
6616 bool ingress,
6619 enum mv88e6xxx_egress_direction direction = ingress ?
6628 if ((ingress ? chip->ingress_dest_port : chip->egress_dest_port) !=
6631 other_mirrors |= ingress ?
6657 enum mv88e6xxx_egress_direction direction = mirror->ingress ?
6669 other_mirrors |= mirror->ingress ?
6614 mv88e6xxx_port_mirror_add(struct dsa_switch *ds, int port, struct dsa_mall_mirror_tc_entry *mirror, bool ingress, struct netlink_ext_ack *extack) argument
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c8507 struct mlxsw_sp_rif_counter_set_basic ingress; local
8513 &ingress);
8528 p_stats->rx_packets = MLXSW_SP_ROUTER_ALL_GOOD(ingress, packets);
8530 p_stats->rx_bytes = MLXSW_SP_ROUTER_ALL_GOOD(ingress, bytes);
8532 p_stats->rx_errors = ingress.error_packets;
8534 p_stats->rx_dropped = ingress.discard_packets;
8536 p_stats->multicast = ingress.good_multicast_packets +
8537 ingress.good_broadcast_packets;
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c838 * Queue for any ingress packets which aren't hashed. We'll
839 * use our first ingress queue ...
905 * Return the channel of the ingress queue with the given qid.
3611 bool ingress)
3620 return cxgb4_tc_matchall_replace(dev, cls_matchall, ingress);
3622 return cxgb4_tc_matchall_destroy(dev, cls_matchall, ingress);
3624 if (ingress)
5018 /* qids (ingress/egress) returned from firmware can be anywhere
3609 cxgb_setup_tc_matchall(struct net_device *dev, struct tc_cls_matchall_offload *cls_matchall, bool ingress) argument

Completed in 416 milliseconds

123456789