Lines Matching refs:entry
107 /* We have passed traffic using this ARP entry, so
237 /* don't need our new entry */
243 /* existing entry found */
381 /* Counter update entry format:
386 const void *entry = data + 8 + 16 * i;
390 counter_idx = le32_to_cpu(*(const __le32 *)entry);
391 packet_count = le32_to_cpu(*(const __le32 *)(entry + 4)) |
392 ((u64)le16_to_cpu(*(const __le16 *)(entry + 8)) << 32);
393 byte_count = le16_to_cpu(*(const __le16 *)(entry + 10)) |
394 ((u64)le32_to_cpu(*(const __le32 *)(entry + 12)) << 16);