Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dopenvswitch.h226 __u64 n_packets; /* Number of matched packets. */ member
/linux-3.4.99/drivers/infiniband/hw/ipath/
Dipath_verbs.c625 dev->opstats[opcode].n_packets++; in ipath_ib_rcv()
2304 if (!si->n_packets && !si->n_bytes) in show_stats()
2307 (unsigned long long) si->n_packets, in show_stats()
Dipath_verbs.h531 u64 n_packets; /* number of packets */ member
/linux-3.4.99/drivers/infiniband/hw/qib/
Dqib_verbs.h634 u64 n_packets; /* number of packets */ member
Dqib_verbs.c641 ibp->opstats[opcode & 0x7f].n_packets++; in qib_ib_rcv()
/linux-3.4.99/net/openvswitch/
Ddatapath.c784 stats.n_packets = flow->packet_count; in ovs_flow_cmd_fill_info()
792 if (stats.n_packets) in ovs_flow_cmd_fill_info()