Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/net/
Dif_llatbl.h57 struct llentry { struct
62 void (*lle_free)(struct lltable *, struct llentry *); argument
63 struct mbuf *la_hold;
64 int la_numheld; /* # of packets currently held */
65 time_t la_expire;
66 uint16_t la_flags;
67 uint16_t la_asked;
68 uint16_t la_preempt;
69 uint16_t ln_byhint;
70 int16_t ln_state; /* IPv6 has ND6_LLINFO_NOSTATE == -2 */
[all …]
Dif_llatbl.c471 DB_SHOW_COMMAND(llentry, db_show_llentry) in DB_SHOW_COMMAND() argument