HomeSort by: relevance | last modified time | path
    Searched defs:llentry (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/net/
if_llatbl.h 51 struct llentry;
52 LIST_HEAD(llentries, llentry);
62 * Code referencing llentry must at least hold
65 struct llentry { struct
66 LIST_ENTRY(llentry) lle_next;
81 void (*lle_free)(struct llentry *);
82 void (*lle_ll_free)(struct llentry *);
95 LIST_ENTRY(llentry) lle_chain; /* chain of deleted items */
193 typedef struct llentry *(llt_lookup_t)(struct lltable *, u_int flags,
195 typedef struct llentry *(llt_create_t)(struct lltable *, u_int flags
    [all...]
if_llatbl.h 51 struct llentry;
52 LIST_HEAD(llentries, llentry);
62 * Code referencing llentry must at least hold
65 struct llentry { struct
66 LIST_ENTRY(llentry) lle_next;
81 void (*lle_free)(struct llentry *);
82 void (*lle_ll_free)(struct llentry *);
95 LIST_ENTRY(llentry) lle_chain; /* chain of deleted items */
193 typedef struct llentry *(llt_lookup_t)(struct lltable *, u_int flags,
195 typedef struct llentry *(llt_create_t)(struct lltable *, u_int flags
    [all...]
if_llatbl.h 51 struct llentry;
52 LIST_HEAD(llentries, llentry);
62 * Code referencing llentry must at least hold
65 struct llentry { struct
66 LIST_ENTRY(llentry) lle_next;
81 void (*lle_free)(struct llentry *);
82 void (*lle_ll_free)(struct llentry *);
95 LIST_ENTRY(llentry) lle_chain; /* chain of deleted items */
193 typedef struct llentry *(llt_lookup_t)(struct lltable *, u_int flags,
195 typedef struct llentry *(llt_create_t)(struct lltable *, u_int flags
    [all...]

Completed in 32 milliseconds