OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:name_head
(Results
1 - 2
of
2
) sorted by null
/external/iproute2/lib/
ll_map.c
38
static struct hlist_head
name_head
[IDXMAP_SIZE];
variable in typeref:struct:hlist_head
70
hlist_for_each(n, &
name_head
[h]) {
117
hlist_add_head(&im->name_hash, &
name_head
[h]);
136
hlist_add_head(&im->name_hash, &
name_head
[h]);
/external/iproute2/ip/
ipnetns.c
150
static struct hlist_head
name_head
[NSIDMAP_SIZE];
variable in typeref:struct:hlist_head
187
hlist_add_head(&c->name_hash, &
name_head
[h]);
Completed in 2757 milliseconds