/net/l2tp/ |
D | l2tp_eth.c | 51 atomic_long_t rx_packets; member 103 stats->rx_packets = (unsigned long) atomic_long_read(&priv->rx_packets); in l2tp_eth_get_stats64() 159 atomic_long_inc(&priv->rx_packets); in l2tp_eth_dev_recv()
|
D | l2tp_debugfs.c | 154 atomic_long_read(&tunnel->stats.rx_packets), in l2tp_dfs_seq_tunnel_show() 211 atomic_long_read(&session->stats.rx_packets), in l2tp_dfs_seq_session_show()
|
D | l2tp_ppp.c | 967 dest->rx_packets = atomic_long_read(&stats->rx_packets); in pppol2tp_copy_stats() 1624 atomic_long_read(&tunnel->stats.rx_packets), in pppol2tp_seq_tunnel_show() 1666 atomic_long_read(&session->stats.rx_packets), in pppol2tp_seq_session_show()
|
D | l2tp_core.h | 33 atomic_long_t rx_packets; member
|
/net/ipv4/ |
D | ip_tunnel_core.c | 206 u64 rx_packets, rx_bytes, tx_packets, tx_bytes; in ip_tunnel_get_stats64() local 211 rx_packets = tstats->rx_packets; in ip_tunnel_get_stats64() 217 tot->rx_packets += rx_packets; in ip_tunnel_get_stats64()
|
/net/bridge/ |
D | br_device.c | 186 sum.rx_packets += tmp.rx_packets; in br_get_stats64() 192 stats->rx_packets = sum.rx_packets; in br_get_stats64()
|
D | br_vlan.c | 477 stats->rx_packets++; in __allowed_ingress() 1109 rxpackets = cpu_stats->rx_packets; in br_vlan_get_stats() 1115 stats->rx_packets += rxpackets; in br_vlan_get_stats()
|
D | br_input.c | 45 brstats->rx_packets++; in br_pass_frame_up()
|
/net/openvswitch/ |
D | vport-internal_dev.c | 124 stats->rx_packets += local_stats.rx_packets; in internal_get_stats() 267 stats->rx_packets++; in internal_dev_recv()
|
D | vport.c | 293 stats->rx_packets = dev_stats->rx_packets; in ovs_vport_get_stats()
|
/net/dsa/ |
D | slave.c | 658 u64 tx_packets, tx_bytes, rx_packets, rx_bytes; in dsa_slave_get_ethtool_stats() local 665 rx_packets = s->rx_packets; in dsa_slave_get_ethtool_stats() 670 data[2] += rx_packets; in dsa_slave_get_ethtool_stats() 965 u64 tx_packets, tx_bytes, rx_packets, rx_bytes; in dsa_slave_get_stats64() local 972 rx_packets = s->rx_packets; in dsa_slave_get_stats64() 978 stats->rx_packets += rx_packets; in dsa_slave_get_stats64()
|
D | dsa.c | 219 s->rx_packets++; in dsa_switch_rcv()
|
/net/mac802154/ |
D | rx.c | 100 sdata->dev->stats.rx_packets++; in ieee802154_subif_frame() 251 sdata->dev->stats.rx_packets++; in ieee802154_monitors_rx()
|
/net/xfrm/ |
D | xfrm_interface.c | 294 tstats->rx_packets++; in xfrmi_rcv_cb() 575 tmp.rx_packets = stats->rx_packets; in xfrmi_get_stats64() 581 s->rx_packets += tmp.rx_packets; in xfrmi_get_stats64()
|
/net/netrom/ |
D | nr_dev.c | 52 stats->rx_packets++; in nr_rx_ip()
|
/net/ipv6/ |
D | ip6_tunnel.c | 109 tmp.rx_packets = tstats->rx_packets; in ip6_get_stats() 115 sum.rx_packets += tmp.rx_packets; in ip6_get_stats() 120 dev->stats.rx_packets = sum.rx_packets; in ip6_get_stats() 851 tstats->rx_packets++; in __ip6_tnl_rcv()
|
/net/ieee802154/6lowpan/ |
D | rx.c | 32 skb->dev->stats.rx_packets++; in lowpan_give_skb_to_device()
|
/net/8021q/ |
D | vlanproc.c | 293 seq_printf(seq, fmt64, "total frames received", stats->rx_packets); in vlandev_seq_show()
|
D | vlan_core.c | 65 rx_stats->rx_packets++; in vlan_do_receive()
|
D | vlan_dev.c | 701 rxpackets = p->rx_packets; in vlan_dev_get_stats64() 708 stats->rx_packets += rxpackets; in vlan_dev_get_stats64()
|
/net/mac80211/ |
D | iface.c | 1165 u64 rx_packets, rx_bytes, tx_packets, tx_bytes; in ieee80211_get_stats64() local 1172 rx_packets = tstats->rx_packets; in ieee80211_get_stats64() 1178 stats->rx_packets += rx_packets; in ieee80211_get_stats64()
|
/net/phonet/ |
D | pep-gprs.c | 134 dev->stats.rx_packets++; in gprs_recv()
|
/net/atm/ |
D | clip.c | 226 skb->dev->stats.rx_packets++; in clip_push() 233 skb->dev->stats.rx_packets++; in clip_push()
|
/net/core/ |
D | net-procfs.c | 85 dev->name, stats->rx_bytes, stats->rx_packets, in dev_seq_printf_stats()
|
/net/hsr/ |
D | hsr_forward.c | 219 dev->stats.rx_packets++; in hsr_deliver_master()
|