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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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 50 milliseconds