Home
last modified time | relevance | path

Searched refs:rx_packets (Results 1 – 25 of 47) sorted by relevance

12

/net/l2tp/
Dl2tp_eth.c51 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()
Dl2tp_debugfs.c154 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()
Dl2tp_ppp.c967 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()
Dl2tp_core.h33 atomic_long_t rx_packets; member
/net/ipv4/
Dip_tunnel_core.c206 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/
Dbr_device.c186 sum.rx_packets += tmp.rx_packets; in br_get_stats64()
192 stats->rx_packets = sum.rx_packets; in br_get_stats64()
Dbr_vlan.c477 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()
Dbr_input.c45 brstats->rx_packets++; in br_pass_frame_up()
/net/openvswitch/
Dvport-internal_dev.c124 stats->rx_packets += local_stats.rx_packets; in internal_get_stats()
267 stats->rx_packets++; in internal_dev_recv()
Dvport.c293 stats->rx_packets = dev_stats->rx_packets; in ovs_vport_get_stats()
/net/dsa/
Dslave.c658 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()
Ddsa.c219 s->rx_packets++; in dsa_switch_rcv()
/net/mac802154/
Drx.c100 sdata->dev->stats.rx_packets++; in ieee802154_subif_frame()
251 sdata->dev->stats.rx_packets++; in ieee802154_monitors_rx()
/net/xfrm/
Dxfrm_interface.c294 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/
Dnr_dev.c52 stats->rx_packets++; in nr_rx_ip()
/net/ipv6/
Dip6_tunnel.c109 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/
Drx.c32 skb->dev->stats.rx_packets++; in lowpan_give_skb_to_device()
/net/8021q/
Dvlanproc.c293 seq_printf(seq, fmt64, "total frames received", stats->rx_packets); in vlandev_seq_show()
Dvlan_core.c65 rx_stats->rx_packets++; in vlan_do_receive()
Dvlan_dev.c701 rxpackets = p->rx_packets; in vlan_dev_get_stats64()
708 stats->rx_packets += rxpackets; in vlan_dev_get_stats64()
/net/mac80211/
Diface.c1165 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/
Dpep-gprs.c134 dev->stats.rx_packets++; in gprs_recv()
/net/atm/
Dclip.c226 skb->dev->stats.rx_packets++; in clip_push()
233 skb->dev->stats.rx_packets++; in clip_push()
/net/core/
Dnet-procfs.c85 dev->name, stats->rx_bytes, stats->rx_packets, in dev_seq_printf_stats()
/net/hsr/
Dhsr_forward.c219 dev->stats.rx_packets++; in hsr_deliver_master()

12