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

/freebsd-10.2-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.2-release/sys/netinet/
H A Din.c1241 in_lltable_free(struct lltable *llt, struct llentry *lle) argument
1275 in_lltable_prefix_free(struct lltable *llt, const struct sockaddr *prefix, argument
1284 IF_AFDATA_WLOCK(llt->llt_ifp);
1286 LIST_FOREACH_SAFE(lle, &llt->lle_head[i], lle_next, next) {
1302 IF_AFDATA_WUNLOCK(llt->llt_ifp);
1385 in_lltable_lookup(struct lltable *llt, u_int flags, const struct sockaddr *l3addr) argument
1388 struct ifnet *ifp = llt->llt_ifp;
1398 lleh = &llt->lle_head[LLATBL_HASH(hashkey, LLTBL_HASHMASK)];
1434 lle->lle_tbl = llt;
1466 in_lltable_dump(struct lltable *llt, struc argument
1544 struct lltable *llt; local
[all...]
/freebsd-10.2-release/sys/netinet6/
H A Din6.c2502 in6_lltable_free(struct lltable *llt, struct llentry *lle) argument
2528 in6_lltable_prefix_free(struct lltable *llt, const struct sockaddr *prefix, argument
2540 IF_AFDATA_WLOCK(llt->llt_ifp);
2542 LIST_FOREACH_SAFE(lle, &llt->lle_head[i], lle_next, next) {
2555 IF_AFDATA_WUNLOCK(llt->llt_ifp);
2598 in6_lltable_lookup(struct lltable *llt, u_int flags, argument
2602 struct ifnet *ifp = llt->llt_ifp;
2612 lleh = &llt->lle_head[LLATBL_HASH(hashkey, LLTBL_HASHMASK)];
2646 lle->lle_tbl = llt;
2675 in6_lltable_dump(struct lltable *llt, struc argument
[all...]

Completed in 51 milliseconds