/net/l2tp/ |
D | l2tp_eth.c | 45 atomic_long_t rx_packets; member 100 stats->rx_packets = (unsigned long) atomic_long_read(&priv->rx_packets); in l2tp_eth_get_stats64() 162 atomic_long_inc(&priv->rx_packets); in l2tp_eth_dev_recv()
|
D | l2tp_debugfs.c | 172 atomic_long_read(&tunnel->stats.rx_packets), in l2tp_dfs_seq_tunnel_show() 223 atomic_long_read(&session->stats.rx_packets), in l2tp_dfs_seq_session_show()
|
D | l2tp_ppp.c | 1029 dest->rx_packets = atomic_long_read(&stats->rx_packets); in pppol2tp_copy_stats() 1537 atomic_long_read(&tunnel->stats.rx_packets), in pppol2tp_seq_tunnel_show() 1586 atomic_long_read(&session->stats.rx_packets), in pppol2tp_seq_session_show()
|
D | l2tp_core.h | 37 atomic_long_t rx_packets; member
|
D | l2tp_netlink.c | 359 atomic_long_read(&tunnel->stats.rx_packets), in l2tp_nl_tunnel_send() 756 atomic_long_read(&session->stats.rx_packets), in l2tp_nl_session_send()
|
/net/ipv4/ |
D | ip_tunnel_core.c | 194 u64 rx_packets, rx_bytes, tx_packets, tx_bytes; in ip_tunnel_get_stats64() local 199 rx_packets = tstats->rx_packets; in ip_tunnel_get_stats64() 205 tot->rx_packets += rx_packets; in ip_tunnel_get_stats64()
|
/net/openvswitch/ |
D | vport-internal_dev.c | 110 stats->rx_packets += local_stats.rx_packets; in internal_get_stats() 246 stats->rx_packets++; in internal_dev_recv()
|
D | vport.c | 278 stats->rx_packets = dev_stats->rx_packets; in ovs_vport_get_stats()
|
/net/bridge/ |
D | br_device.c | 220 sum.rx_packets += tmp.rx_packets; in br_get_stats64() 227 stats->rx_packets = sum.rx_packets; in br_get_stats64()
|
D | br_vlan.c | 526 stats->rx_packets++; in __allowed_ingress() 1221 rxpackets = cpu_stats->rx_packets; in br_vlan_get_stats() 1227 stats->rx_packets += rxpackets; in br_vlan_get_stats()
|
D | br_input.c | 40 brstats->rx_packets++; in br_pass_frame_up()
|
/net/dsa/ |
D | slave.c | 670 u64 tx_packets, tx_bytes, rx_packets, rx_bytes; in dsa_slave_get_ethtool_stats() local 677 rx_packets = s->rx_packets; in dsa_slave_get_ethtool_stats() 682 data[2] += rx_packets; in dsa_slave_get_ethtool_stats() 1058 u64 tx_packets, tx_bytes, rx_packets, rx_bytes; in dsa_slave_get_stats64() local 1065 rx_packets = s->rx_packets; in dsa_slave_get_stats64() 1071 stats->rx_packets += rx_packets; in dsa_slave_get_stats64()
|
D | dsa.c | 234 s->rx_packets++; in dsa_switch_rcv()
|
/net/xfrm/ |
D | xfrm_interface_core.c | 252 tstats->rx_packets++; in xfrmi_rcv_cb() 557 tmp.rx_packets = stats->rx_packets; in xfrmi_get_stats64() 563 s->rx_packets += tmp.rx_packets; in xfrmi_get_stats64()
|
/net/mac802154/ |
D | rx.c | 92 sdata->dev->stats.rx_packets++; in ieee802154_subif_frame() 243 sdata->dev->stats.rx_packets++; in ieee802154_monitors_rx()
|
/net/netrom/ |
D | nr_dev.c | 49 stats->rx_packets++; in nr_rx_ip()
|
/net/ipv6/ |
D | ip6_tunnel.c | 104 tmp.rx_packets = tstats->rx_packets; in ip6_get_stats() 110 sum.rx_packets += tmp.rx_packets; in ip6_get_stats() 115 dev->stats.rx_packets = sum.rx_packets; in ip6_get_stats() 838 tstats->rx_packets++; in __ip6_tnl_rcv()
|
/net/ieee802154/6lowpan/ |
D | rx.c | 24 skb->dev->stats.rx_packets++; in lowpan_give_skb_to_device()
|
/net/8021q/ |
D | vlanproc.c | 259 seq_printf(seq, fmt64, "total frames received", stats->rx_packets); in vlandev_seq_show()
|
D | vlan_dev.c | 680 rxpackets = p->rx_packets; in vlan_dev_get_stats64() 687 stats->rx_packets += rxpackets; in vlan_dev_get_stats64()
|
/net/mac80211/ |
D | iface.c | 1141 u64 rx_packets, rx_bytes, tx_packets, tx_bytes; in ieee80211_get_stats64() local 1148 rx_packets = tstats->rx_packets; in ieee80211_get_stats64() 1154 stats->rx_packets += rx_packets; in ieee80211_get_stats64()
|
/net/phonet/ |
D | pep-gprs.c | 121 dev->stats.rx_packets++; in gprs_recv()
|
/net/hsr/ |
D | hsr_forward.c | 211 dev->stats.rx_packets++; in hsr_deliver_master()
|
/net/atm/ |
D | clip.c | 227 skb->dev->stats.rx_packets++; in clip_push() 234 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()
|