Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dnetif.c1216 struct netif *stats_if = get_net_group_from_netif(netif)->loop_netif; local
1218 struct netif *stats_if = &loop_netif; local
1221 struct netif *stats_if = netif; local
1237 MIB2_STATS_NETIF_INC(stats_if, ifoutdiscards);
1248 MIB2_STATS_NETIF_INC(stats_if, ifoutdiscards);
1259 MIB2_STATS_NETIF_INC(stats_if, ifoutdiscards);
1293 MIB2_STATS_NETIF_ADD(stats_if, ifoutoctets, p->tot_len);
1294 MIB2_STATS_NETIF_INC(stats_if, ifoutucastpkts);
1345 struct netif *stats_if = get_net_group_from_netif(netif)->loop_netif; local
1347 struct netif *stats_if = &loop_netif;
[all …]