OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lleh
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/net/
if_llatbl.c
211
struct llentries *
lleh
;
local
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
2179
lleh
= &llt->lle_head[hashidx];
2180
LIST_FOREACH(lle,
lleh
, lle_next) {
/src/sys/netinet6/
in6.c
2496
struct llentries *
lleh
;
local
2500
lleh
= &llt->lle_head[hashidx];
2501
LIST_FOREACH(lle,
lleh
, lle_next) {
Completed in 20 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026