Home
last modified time | relevance | path

Searched refs:traffic_id (Results 1 – 5 of 5) sorted by relevance

/dports/net-mgmt/librenms/librenms-21.5.1/LibreNMS/OS/
H A DTimos.php301 $traffic_id = $svcId . '.' . $sapPortId . '.' . $this->nokiaEncap($sapEncapValue);
316 …'sapIngressBytes' => $mplsSapTrafficCache[$traffic_id]['sapBaseStatsIngressPchipOfferedLoPrioOctet…
317 …'sapEgressBytes' => $mplsSapTrafficCache[$traffic_id]['sapBaseStatsEgressQchipForwardedOutProfOcte…
318 …'sapIngressDroppedBytes' => $mplsSapTrafficCache[$traffic_id]['sapBaseStatsIngressQchipDroppedLoPr…
319 …'sapEgressDroppedBytes' => $mplsSapTrafficCache[$traffic_id]['sapBaseStatsEgressQchipDroppedOutPro…
653 $traffic_id = $svcId . '.' . $sapPortId . '.' . $this->nokiaEncap($sapEncapValue);
671 $rrd_name = \LibreNMS\Data\Store\Rrd::safeName('sap-' . $traffic_id);
679 …'sapIngressBits' => $mplsSapTrafficCache[$traffic_id]['sapBaseStatsIngressPchipOfferedLoPrioOctets…
680 …'sapEgressBits' => $mplsSapTrafficCache[$traffic_id]['sapBaseStatsEgressQchipForwardedOutProfOctet…
682 …'sapEgressDroppedBits' => $mplsSapTrafficCache[$traffic_id]['sapBaseStatsEgressQchipDroppedOutProf…
[all …]
/dports/security/suricata/suricata-6.0.4/src/
H A Drunmode-unix-socket.c757 json_int_t traffic_id = -1; local
793 traffic_id = json_integer_value(hargs);
801 if (traffic_id < 0) {
805 if (traffic_id > USHRT_MAX) {
810 SCLogInfo("VLAN handler: id %u maps to tenant %u", (uint32_t)traffic_id, tenant_id);
811 r = DetectEngineTentantRegisterVlanId(tenant_id, (uint32_t)traffic_id);
838 json_int_t traffic_id = -1; local
874 traffic_id = json_integer_value(hargs);
882 if (traffic_id < 0) {
886 if (traffic_id > USHRT_MAX) {
[all …]
H A Ddetect-engine.c2669 map_array[map_cnt].traffic_id = map->traffic_id; in DetectEngineThreadCtxInitForMT()
3820 if (det_ctx->tenant_array[x].traffic_id == vlan_id)
3840 uint32_t tenant_id, uint32_t traffic_id) argument
3853 if (m->traffic_id == traffic_id) {
3867 map->traffic_id = traffic_id;
3875 SCLogDebug("tenant handler %u %u %u registered", selector, tenant_id, traffic_id);
3881 uint32_t tenant_id, uint32_t traffic_id) argument
3894 if (map->traffic_id == traffic_id &&
3904 SCLogInfo("tenant handler %u %u %u unregistered", selector, tenant_id, traffic_id);
H A Ddetect.h1431 uint32_t traffic_id; member
/dports/net/libusipp/libusipp-libusipp-2.25s/usi++/
H A D80211.h616 uint8_t traffic_id; member