Searched refs:ncache (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/lib/
H A Dinet_proto.c27 static char ncache[16]; local
32 return ncache;
37 strncpy(ncache, pe->p_name, 16);
47 static char ncache[16]; local
51 if (icache>=0 && strcmp(ncache, buf) == 0)
64 strncpy(ncache, pe->p_name, 16);
H A Dll_map.c136 static char ncache[16]; local
143 if (icache && strcmp(name, ncache) == 0)
149 strcpy(ncache, name);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dsch_teql.c79 struct neighbour *ncache; member in struct:teql_sched_data
149 teql_neigh_release(xchg(&dat->ncache, NULL));
174 teql_neigh_release(xchg(&dat->ncache, NULL));
237 struct neighbour *n = q->ncache;
258 teql_neigh_release(xchg(&q->ncache, n));

Completed in 35 milliseconds