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

/external/iproute2/misc/
H A Drtacct.c99 static __u32 *tbl_ptr; local
103 if (tbl_ptr != NULL)
104 return tbl_ptr;
111 tbl_ptr = mmap(NULL, 4096,
115 if ((unsigned long)tbl_ptr == ~0UL) {
120 return tbl_ptr;

Completed in 339 milliseconds