/src/sys/net/ |
if_llatbl.c | 211 struct llentries *lleh; local in function:htable_link_entry 220 lleh = &llt->lle_head[hashidx]; 223 lle->lle_head = lleh; 225 LIST_INSERT_HEAD(lleh, lle, lle_next);
|
if_llatbl.c | 211 struct llentries *lleh; local in function:htable_link_entry 220 lleh = &llt->lle_head[hashidx]; 223 lle->lle_head = lleh; 225 LIST_INSERT_HEAD(lleh, lle, lle_next);
|
/src/sys/netinet/ |
in.c | 2175 struct llentries *lleh; local in function:in_lltable_find_dst 2179 lleh = &llt->lle_head[hashidx]; 2180 LIST_FOREACH(lle, lleh, lle_next) {
|
in.c | 2175 struct llentries *lleh; local in function:in_lltable_find_dst 2179 lleh = &llt->lle_head[hashidx]; 2180 LIST_FOREACH(lle, lleh, lle_next) {
|
/src/sys/netinet6/ |
in6.c | 2496 struct llentries *lleh; local in function:in6_lltable_find_dst 2500 lleh = &llt->lle_head[hashidx]; 2501 LIST_FOREACH(lle, lleh, lle_next) {
|
in6.c | 2496 struct llentries *lleh; local in function:in6_lltable_find_dst 2500 lleh = &llt->lle_head[hashidx]; 2501 LIST_FOREACH(lle, lleh, lle_next) {
|