Searched refs:llt (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/net/
H A Dif_llatbl.c82 struct lltable *llt; local
86 SLIST_FOREACH(llt, &V_lltables, llt_link) {
87 if (llt->llt_af == af) {
88 error = llt->llt_dump(llt, wr);
170 lltable_free(struct lltable *llt) argument
175 KASSERT(llt != NULL, ("%s: llt is NULL", __func__));
178 SLIST_REMOVE(&V_lltables, llt, lltable, llt_link);
181 IF_AFDATA_WLOCK(llt
227 struct lltable *llt; local
247 struct lltable *llt; local
274 struct lltable *llt; local
483 llatbl_llt_show(struct lltable *llt) argument
515 struct lltable *llt; local
[all...]
H A Dif_llatbl.h202 lla_lookup(struct lltable *llt, u_int flags, const struct sockaddr *l3addr) argument
204 return llt->llt_lookup(llt, flags, l3addr);
/freebsd-9.3-release/sys/netinet/
H A Din.c1295 in_lltable_free(struct lltable *llt, struct llentry *lle) argument
1330 in_lltable_prefix_free(struct lltable *llt, const struct sockaddr *prefix, argument
1339 IF_AFDATA_WLOCK(llt->llt_ifp);
1341 LIST_FOREACH_SAFE(lle, &llt->lle_head[i], lle_next, next) {
1357 IF_AFDATA_WUNLOCK(llt->llt_ifp);
1439 in_lltable_lookup(struct lltable *llt, u_int flags, const struct sockaddr *l3addr) argument
1442 struct ifnet *ifp = llt->llt_ifp;
1452 lleh = &llt->lle_head[LLATBL_HASH(hashkey, LLTBL_HASHMASK)];
1488 lle->lle_tbl = llt;
1520 in_lltable_dump(struct lltable *llt, struc argument
1602 struct lltable *llt; local
[all...]
/freebsd-9.3-release/sys/netinet6/
H A Din6.c2482 in6_lltable_free(struct lltable *llt, struct llentry *lle) argument
2509 in6_lltable_prefix_free(struct lltable *llt, const struct sockaddr *prefix, argument
2521 IF_AFDATA_WLOCK(llt->llt_ifp);
2523 LIST_FOREACH_SAFE(lle, &llt->lle_head[i], lle_next, next) {
2536 IF_AFDATA_WUNLOCK(llt->llt_ifp);
2579 in6_lltable_lookup(struct lltable *llt, u_int flags, argument
2583 struct ifnet *ifp = llt->llt_ifp;
2593 lleh = &llt->lle_head[LLATBL_HASH(hashkey, LLTBL_HASHMASK)];
2627 lle->lle_tbl = llt;
2656 in6_lltable_dump(struct lltable *llt, struc argument
[all...]

Completed in 164 milliseconds