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

/freebsd-10.2-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.2-release/sys/netinet/
H A Din.c1286 LIST_FOREACH_SAFE(lle, &llt->lle_head[i], lle_next, next) {
1399 LIST_FOREACH(lle, lleh, lle_next) {
1437 LIST_INSERT_HEAD(lleh, lle, lle_next);
1483 LIST_FOREACH(lle, &llt->lle_head[i], lle_next) {
/freebsd-10.2-release/sys/netinet6/
H A Din6.c2542 LIST_FOREACH_SAFE(lle, &llt->lle_head[i], lle_next, next) {
2613 LIST_FOREACH(lle, lleh, lle_next) {
2649 LIST_INSERT_HEAD(lleh, lle, lle_next);
2700 LIST_FOREACH(lle, &llt->lle_head[i], lle_next) {
H A Dnd6.c1071 next = LIST_NEXT(ln, lle_next);
1137 next = LIST_NEXT(ln, lle_next);

Completed in 73 milliseconds