Searched refs:IP_UPD_PO_STATS (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | ip_output.c | 208 IP_UPD_PO_STATS(net, IPSTATS_MIB_OUTMCAST, skb->len); in ip_finish_output2() 210 IP_UPD_PO_STATS(net, IPSTATS_MIB_OUTBCAST, skb->len); in ip_finish_output2() 213 IP_UPD_PO_STATS(net, IPSTATS_MIB_OUT, skb->len); in ip_finish_output2()
|
/openbmc/linux/include/net/ |
H A D | ip.h | 298 #define IP_UPD_PO_STATS(net, field, val) SNMP_UPD_PO_STATS64((net)->mib.ip_statistics, field, val) macro
|
/openbmc/linux/drivers/net/ |
H A D | vrf.c | 904 IP_UPD_PO_STATS(net, IPSTATS_MIB_OUT, skb->len); in vrf_output()
|
/openbmc/linux/net/mpls/ |
H A D | af_mpls.c | 144 IP_UPD_PO_STATS(dev_net(dev), IPSTATS_MIB_OUT, skb->len); in mpls_stats_inc_outucastpkts()
|