Searched refs:lle_next (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/sys/net/
H A Dif_llatbl.c112 LIST_REMOVE(lle, lle_next);
180 LIST_FOREACH_SAFE(lle, &llt->lle_head[i], lle_next, next) {
206 LIST_FOREACH(lle, &llt->lle_head[i], lle_next) {
393 db_printf(" lle_next=%p\n", lle->lle_next.le_next);
465 LIST_FOREACH(lle, &llt->lle_head[i], lle_next) {
H A Dif_llatbl.h56 LIST_ENTRY(llentry) lle_next; member in struct:llentry
/freebsd-10.0-release/sys/netinet/
H A Din.c1312 LIST_FOREACH_SAFE(lle, &llt->lle_head[i], lle_next, next) {
1424 LIST_FOREACH(lle, lleh, lle_next) {
1461 LIST_INSERT_HEAD(lleh, lle, lle_next);
1507 LIST_FOREACH(lle, &llt->lle_head[i], lle_next) {
/freebsd-10.0-release/sys/netinet6/
H A Din6.c2547 LIST_FOREACH_SAFE(lle, &llt->lle_head[i], lle_next, next) {
2618 LIST_FOREACH(lle, lleh, lle_next) {
2653 LIST_INSERT_HEAD(lleh, lle, lle_next);
2704 LIST_FOREACH(lle, &llt->lle_head[i], lle_next) {
H A Dnd6.c1046 next = LIST_NEXT(ln, lle_next);
1112 next = LIST_NEXT(ln, lle_next);

Completed in 168 milliseconds