Home
last modified time | relevance | path

Searched refs:policing (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/dsa/sja1105/
A Dsja1105_flower.c37 struct sja1105_l2_policing_entry *policing; in sja1105_setup_bcast_policer() local
78 policing[bcast].sharindx = rule->bcast_pol.sharindx; in sja1105_setup_bcast_policer()
83 policing[rule->bcast_pol.sharindx].smax = burst; in sja1105_setup_bcast_policer()
109 struct sja1105_l2_policing_entry *policing; in sja1105_setup_tc_policer() local
150 policing[index].sharindx = rule->tc_pol.sharindx; in sja1105_setup_tc_policer()
155 policing[rule->tc_pol.sharindx].smax = burst; in sja1105_setup_tc_policer()
427 struct sja1105_l2_policing_entry *policing; in sja1105_cls_flower_del() local
441 old_sharindx = policing[bcast].sharindx; in sja1105_cls_flower_del()
442 policing[bcast].sharindx = port; in sja1105_cls_flower_del()
446 old_sharindx = policing[index].sharindx; in sja1105_cls_flower_del()
[all …]
A Dsja1105_main.c1010 struct sja1105_l2_policing_entry *policing; in sja1105_init_l2_policing() local
1030 policing = table->entries; in sja1105_init_l2_policing()
1040 policing[bcast].sharindx = port; in sja1105_init_l2_policing()
1043 policing[mcast].sharindx = port; in sja1105_init_l2_policing()
1055 policing[port].maxlen = mtu; in sja1105_init_l2_policing()
1056 policing[port].partition = 0; in sja1105_init_l2_policing()
2730 struct sja1105_l2_policing_entry *policing; in sja1105_change_mtu() local
2740 if (policing[port].maxlen == new_mtu) in sja1105_change_mtu()
2743 policing[port].maxlen = new_mtu; in sja1105_change_mtu()
2860 policing[port].smax = policer->burst; in sja1105_port_policer_add()
[all …]
A DKconfig51 - time-based ingress policing, via the tc-gate action
/linux/net/sched/
A DKconfig769 Say Y here if you want to do traffic policing, i.e. strict
770 bandwidth limiting. This action replaces the existing policing
/linux/Documentation/s390/
A Dvfio-ccw.rst109 policing and translation how the channel program is programmed before
/linux/Documentation/networking/dsa/
A Dsja1105.rst219 Time-based ingress policing

Completed in 18 milliseconds