Searched refs:entry0 (Results 1 – 9 of 9) sorted by relevance
| /linux/net/ipv4/netfilter/ |
| A D | arp_tables.c | 313 struct arpt_entry *e = entry0 + pos; in mark_source_chains() 352 e = entry0 + pos; in mark_source_chains() 357 e = entry0 + pos + size; in mark_source_chains() 378 e = entry0 + newpos; in mark_source_chains() 521 void *entry0, in translate_table() argument 547 entry0 + repl->size, in translate_table() 554 offsets[i] = (void *)iter - entry0; in translate_table() 1162 void *pos, *entry0, *entry1; in translate_compat_table() local 1169 entry0 = *pentry0; in translate_compat_table() 1181 entry0, in translate_compat_table() [all …]
|
| A D | ip_tables.c | 370 unsigned int valid_hooks, void *entry0, in mark_source_chains() argument 379 struct ipt_entry *e = entry0 + pos; in mark_source_chains() 416 e = entry0 + pos; in mark_source_chains() 421 e = entry0 + pos + size; in mark_source_chains() 442 e = entry0 + newpos; in mark_source_chains() 687 entry0 + repl->size, in translate_table() 694 offsets[i] = (void *)iter - entry0; in translate_table() 1397 void *pos, *entry0, *entry1; in translate_compat_table() local 1404 entry0 = *pentry0; in translate_compat_table() 1416 entry0, in translate_compat_table() [all …]
|
| /linux/arch/x86/um/ |
| A D | ldt.c | 127 struct ldt_entry entry0, *ldt_p; in write_ldt() local 159 memcpy(&entry0, ldt->u.entries, in write_ldt() 160 sizeof(entry0)); in write_ldt() 171 memcpy(ldt->u.pages[0], &entry0, in write_ldt() 172 sizeof(entry0)); in write_ldt() 174 sizeof(entry0)*(LDT_DIRECT_ENTRIES-1)); in write_ldt()
|
| /linux/net/ipv6/netfilter/ |
| A D | ip6_tables.c | 388 unsigned int valid_hooks, void *entry0, in mark_source_chains() argument 397 struct ip6t_entry *e = entry0 + pos; in mark_source_chains() 434 e = entry0 + pos; in mark_source_chains() 439 e = entry0 + pos + size; in mark_source_chains() 460 e = entry0 + newpos; in mark_source_chains() 704 entry0 + repl->size, in translate_table() 711 offsets[i] = (void *)iter - entry0; in translate_table() 1412 void *pos, *entry0, *entry1; in translate_compat_table() local 1419 entry0 = *pentry0; in translate_compat_table() 1431 entry0, in translate_compat_table() [all …]
|
| /linux/net/netfilter/ |
| A D | nf_flow_table_offload.c | 217 struct flow_action_entry *entry0 = flow_action_entry_next(flow_rule); in flow_offload_eth_src() local 246 flow_offload_mangle(entry0, FLOW_ACT_MANGLE_HDR_TYPE_ETH, 4, in flow_offload_eth_src() 264 struct flow_action_entry *entry0 = flow_action_entry_next(flow_rule); in flow_offload_eth_dst() local 304 flow_offload_mangle(entry0, FLOW_ACT_MANGLE_HDR_TYPE_ETH, 0, in flow_offload_eth_dst()
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-firmware-efi-esrt | 32 example: /sys/firmware/efi/esrt/entries/entry0/
|
| /linux/arch/x86/kernel/apic/ |
| A D | io_apic.c | 2078 struct IO_APIC_route_entry entry0, entry1; in unlock_ExtINT_logic() local 2093 entry0 = ioapic_read_entry(apic, pin); in unlock_ExtINT_logic() 2104 entry1.active_low = entry0.active_low; in unlock_ExtINT_logic() 2127 ioapic_write_entry(apic, pin, entry0); in unlock_ExtINT_logic()
|
| /linux/net/xfrm/ |
| A D | xfrm_policy.c | 523 struct hlist_node *tmp, *entry0 = NULL; in xfrm_dst_hash_transfer() local 536 if (!entry0) { in xfrm_dst_hash_transfer() 544 hlist_add_behind_rcu(&pol->bydst, entry0); in xfrm_dst_hash_transfer() 546 entry0 = &pol->bydst; in xfrm_dst_hash_transfer() 549 entry0 = NULL; in xfrm_dst_hash_transfer()
|
| /linux/drivers/staging/media/ipu3/include/uapi/ |
| A D | intel-ipu3.h | 2394 __u32 entry0:6; member
|
Completed in 51 milliseconds