Home
last modified time | relevance | path

Searched defs:igc_rx_packet_stats (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
Digc.h52 struct igc_rx_packet_stats { struct
53 u64 ipv4_packets; /* IPv4 headers processed */
54 u64 ipv4e_packets; /* IPv4E headers with extensions processed */
55 u64 ipv6_packets; /* IPv6 headers processed */
56 u64 ipv6e_packets; /* IPv6E headers with extensions processed */
57 u64 tcp_packets; /* TCP headers processed */
58 u64 udp_packets; /* UDP headers processed */
59 u64 sctp_packets; /* SCTP headers processed */
60 u64 nfs_packets; /* NFS headers processe */
61 u64 other_packets;
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/
Digc.h63 struct igc_rx_packet_stats { struct
64 u64 ipv4_packets; /* IPv4 headers processed */
65 u64 ipv4e_packets; /* IPv4E headers with extensions processed */
66 u64 ipv6_packets; /* IPv6 headers processed */
67 u64 ipv6e_packets; /* IPv6E headers with extensions processed */
68 u64 tcp_packets; /* TCP headers processed */
69 u64 udp_packets; /* UDP headers processed */
70 u64 sctp_packets; /* SCTP headers processed */
71 u64 nfs_packets; /* NFS headers processe */
72 u64 other_packets;