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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Droute.h79 struct ip_rt_acct struct
107 extern struct ip_rt_acct *ip_rt_acct;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dip_input.c355 struct ip_rt_acct *st = ip_rt_acct + 256*smp_processor_id();
H A Droute.c3110 struct ip_rt_acct *ip_rt_acct; variable in typeref:struct:ip_rt_acct
3115 #define IP_RT_ACCT_CPU(i) (ip_rt_acct + i * 256)
3126 if (offset >= sizeof(struct ip_rt_acct) * 256) {
3131 if (offset + length >= sizeof(struct ip_rt_acct) * 256) {
3132 length = sizeof(struct ip_rt_acct) * 256 - offset;
3182 (PAGE_SIZE << order) < 256 * sizeof(struct ip_rt_acct) * NR_CPUS; order++)
3184 ip_rt_acct = (struct ip_rt_acct *)__get_free_pages(GFP_KERNEL, order);
3185 if (!ip_rt_acct)
[all...]

Completed in 56 milliseconds