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

/freebsd-10.0-release/sys/net/
H A Dif_llatbl.c79 struct lltable *llt; local
83 SLIST_FOREACH(llt, &V_lltables, llt_link) {
84 if (llt->llt_af == af) {
85 error = llt->llt_dump(llt, wr);
167 lltable_free(struct lltable *llt) argument
172 KASSERT(llt != NULL, ("%s: llt is NULL", __func__));
175 SLIST_REMOVE(&V_lltables, llt, lltable, llt_link);
178 IF_AFDATA_WLOCK(llt
224 struct lltable *llt; local
244 struct lltable *llt; local
271 struct lltable *llt; local
456 llatbl_llt_show(struct lltable *llt) argument
488 struct lltable *llt; local
[all...]
H A Dif_llatbl.h197 lla_lookup(struct lltable *llt, u_int flags, const struct sockaddr *l3addr) argument
199 return llt->llt_lookup(llt, flags, l3addr);
/freebsd-10.0-release/sys/netinet/
H A Din.c1266 in_lltable_free(struct lltable *llt, struct llentry *lle) argument
1301 in_lltable_prefix_free(struct lltable *llt, const struct sockaddr *prefix, argument
1310 IF_AFDATA_WLOCK(llt->llt_ifp);
1312 LIST_FOREACH_SAFE(lle, &llt->lle_head[i], lle_next, next) {
1328 IF_AFDATA_WUNLOCK(llt->llt_ifp);
1410 in_lltable_lookup(struct lltable *llt, u_int flags, const struct sockaddr *l3addr) argument
1413 struct ifnet *ifp = llt->llt_ifp;
1423 lleh = &llt->lle_head[LLATBL_HASH(hashkey, LLTBL_HASHMASK)];
1458 lle->lle_tbl = llt;
1490 in_lltable_dump(struct lltable *llt, struc argument
1568 struct lltable *llt; local
[all...]
/freebsd-10.0-release/sys/netinet6/
H A Din6.c2506 in6_lltable_free(struct lltable *llt, struct llentry *lle) argument
2533 in6_lltable_prefix_free(struct lltable *llt, const struct sockaddr *prefix, argument
2545 IF_AFDATA_WLOCK(llt->llt_ifp);
2547 LIST_FOREACH_SAFE(lle, &llt->lle_head[i], lle_next, next) {
2560 IF_AFDATA_WUNLOCK(llt->llt_ifp);
2603 in6_lltable_lookup(struct lltable *llt, u_int flags, argument
2607 struct ifnet *ifp = llt->llt_ifp;
2617 lleh = &llt->lle_head[LLATBL_HASH(hashkey, LLTBL_HASHMASK)];
2650 lle->lle_tbl = llt;
2679 in6_lltable_dump(struct lltable *llt, struc argument
[all...]

Completed in 99 milliseconds