OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:llentry
(Results
1 - 14
of
14
) 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
...]
nd.h
84
union l3addr *(*nd_holdsrc)(struct
llentry
*, union l3addr *);
89
void (*nd_free)(struct
llentry
*, int);
92
int nd_resolve(struct
llentry
*, const struct rtentry *, struct mbuf *,
94
void nd_set_timer(struct
llentry
*, int);
95
void nd_nud_hint(struct
llentry
*);
if_llatbl.c
75
static void htable_unlink_entry(struct
llentry
*lle);
76
static void htable_link_entry(struct lltable *llt, struct
llentry
*lle);
81
lltable_dump_entry(struct lltable *llt, struct
llentry
*lle,
192
struct
llentry
*lle, *next;
209
htable_link_entry(struct lltable *llt, struct
llentry
*lle)
231
htable_unlink_entry(struct
llentry
*lle)
256
htable_prefix_free_cb(struct lltable *llt, struct
llentry
*lle, void *farg)
274
struct
llentry
*lle, *next;
305
struct
llentry
*lle, *next;
317
lltable_drop_entry_queue(struct
llentry
*lle
[
all
...]
nd.c
48
static void nd_set_timertick(struct
llentry
*, time_t);
54
struct
llentry
*ln = arg;
219
nd_set_timertick(struct
llentry
*ln, time_t xtick)
252
nd_set_timer(struct
llentry
*ln, int type)
312
nd_resolve(struct
llentry
*ln, const struct rtentry *rt, struct mbuf *m,
433
nd_nud_hint(struct
llentry
*ln)
route.h
556
struct
llentry
;
rtsock_shared.c
557
struct
llentry
*la;
/src/sys/netinet6/
nd6.h
170
struct
llentry
*nd6_lookup(const struct in6_addr *, const struct ifnet *, bool);
171
struct
llentry
*nd6_create(const struct in6_addr *, const struct ifnet *);
182
void nd6_llinfo_release_pkts(struct
llentry
*, struct ifnet *);
nd6.c
105
static void nd6_free(struct
llentry
*, int);
109
static union l3addr *nd6_llinfo_holdsrc(struct
llentry
*, union l3addr *);
351
nd6_llinfo_get_holdsrc(struct
llentry
*ln, struct in6_addr *src)
372
nd6_llinfo_holdsrc(struct
llentry
*ln, union l3addr *src)
555
struct
llentry
*
559
struct
llentry
*ln;
571
struct
llentry
*
575
struct
llentry
*ln;
651
struct
llentry
*ln;
720
nd6_free(struct
llentry
*ln, int gc
[
all
...]
in6.c
2386
in6_lltable_destroy_lle(struct
llentry
*lle)
2396
static struct
llentry
*
2399
struct
llentry
*lle;
2416
const struct sockaddr *mask, u_int flags, struct
llentry
*lle)
2430
in6_lltable_free_entry(struct lltable *llt, struct
llentry
*lle)
2474
in6_lltable_hash(const struct
llentry
*lle, uint32_t hsize)
2481
in6_lltable_fill_sa_entry(const struct
llentry
*lle, struct sockaddr *sa)
2492
static inline struct
llentry
*
2495
struct
llentry
*lle;
2516
struct
llentry
*lle
[
all
...]
nd6_nbr.c
624
struct
llentry
*ln = NULL;
icmp6.c
2604
struct
llentry
*ln = NULL;
/src/sys/netinet/
if_inarp.h
81
struct
llentry
*arplookup(struct ifnet *,
if_arp.c
144
static union l3addr *arp_llinfo_holdsrc(struct
llentry
*, union l3addr *);
149
static void arp_free(struct
llentry
*, int);
185
static struct
llentry
*arpcreate(struct ifnet *,
605
struct
llentry
*la;
660
"%s: failed to %s
llentry
for %s on %s\n",
770
struct
llentry
*la = NULL;
1129
struct
llentry
*lle = NULL;
1215
struct
llentry
*
1220
struct
llentry
*la;
1236
static struct
llentry
*
[
all
...]
in.c
431
struct
llentry
*ln;
2016
in_lltable_destroy_lle(struct
llentry
*lle)
2026
static struct
llentry
*
2029
struct
llentry
*lle;
2049
const struct sockaddr *mask, u_int flags, struct
llentry
*lle)
2069
in_lltable_free_entry(struct lltable *llt, struct
llentry
*lle)
2153
in_lltable_hash(const struct
llentry
*lle, uint32_t hsize)
2160
in_lltable_fill_sa_entry(const struct
llentry
*lle, struct sockaddr *sa)
2171
static inline struct
llentry
*
2174
struct
llentry
*lle
[
all
...]
Completed in 24 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025