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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlibip4tc.c243 unsigned int user_offset, int *was_return,
302 if (*off > user_offset)
309 if (*off == user_offset)
323 unsigned int user_offset; /* Offset of first user chain */
344 user_offset = h->info.hook_entry[NF_IP_LOCAL_OUT];
366 user_offset = h->info.hook_entry[NF_IP_LOCAL_OUT];
372 user_offset = h->info.hook_entry[NF_IP_LOCAL_IN];
408 user_offset = h->info.hook_entry[NF_IP_LOCAL_OUT];
414 user_offset = h->info.hook_entry[NF_IP_POST_ROUTING];
428 user_offset
[all...]
H A Dlibip6tc.c268 unsigned int user_offset; /* Offset of first user chain */ local
289 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
311 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
317 user_offset = h->info.hook_entry[NF_IP6_LOCAL_IN];
353 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
359 user_offset = h->info.hook_entry[NF_IP6_POST_ROUTING];
373 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
380 user_offset = get_chain_end(h, user_offset);
381 user_offset
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/libiptc/
H A Dlibip6tc.c268 unsigned int user_offset; /* Offset of first user chain */ local
289 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
311 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
317 user_offset = h->info.hook_entry[NF_IP6_LOCAL_IN];
353 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
359 user_offset = h->info.hook_entry[NF_IP6_POST_ROUTING];
373 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
380 user_offset = get_chain_end(h, user_offset);
381 user_offset
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/libiptc/
H A Dlibip6tc.c271 unsigned int user_offset; /* Offset of first user chain */ local
292 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
314 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
320 user_offset = h->info.hook_entry[NF_IP6_LOCAL_IN];
356 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
362 user_offset = h->info.hook_entry[NF_IP6_POST_ROUTING];
376 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
383 user_offset = get_chain_end(h, user_offset);
384 user_offset
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dpci.c814 unsigned long space_size, user_offset, user_size; local
825 user_offset = vma->vm_pgoff << PAGE_SHIFT;
828 if (user_offset >= space_size ||
829 (user_offset + user_size) > space_size)
834 user_offset) >> PAGE_SHIFT;
837 user_offset) >> PAGE_SHIFT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Di915_gem.c528 struct page *user_page, int user_offset,
538 src_vaddr + user_offset,
526 slow_kernel_write(struct io_mapping *mapping, loff_t gtt_base, int gtt_offset, struct page *user_page, int user_offset, int length) argument

Completed in 118 milliseconds