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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dpci.c1030 unsigned long space_size, user_offset, user_size; local
1041 user_offset = vma->vm_pgoff << PAGE_SHIFT;
1044 if (user_offset >= space_size ||
1045 (user_offset + user_size) > space_size)
1050 user_offset) >> PAGE_SHIFT;
1053 user_offset) >> PAGE_SHIFT;
1062 unsigned long user_offset = vma->vm_pgoff << PAGE_SHIFT; local
1063 unsigned long user32 = user_offset & pci_memspace_mask;

Completed in 104 milliseconds