Searched refs:entry0 (Results 1 – 8 of 8) 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() 1166 void *pos, *entry0, *entry1; in translate_compat_table() local 1173 entry0 = *pentry0; in translate_compat_table() 1185 entry0, in translate_compat_table() [all …]
|
| A D | ip_tables.c | 368 unsigned int valid_hooks, void *entry0, in mark_source_chains() argument 377 struct ipt_entry *e = entry0 + pos; in mark_source_chains() 414 e = entry0 + pos; in mark_source_chains() 419 e = entry0 + pos + size; in mark_source_chains() 440 e = entry0 + newpos; in mark_source_chains() 685 entry0 + repl->size, in translate_table() 692 offsets[i] = (void *)iter - entry0; in translate_table() 1398 void *pos, *entry0, *entry1; in translate_compat_table() local 1405 entry0 = *pentry0; in translate_compat_table() 1417 entry0, in translate_compat_table() [all …]
|
| /linux/net/ipv6/netfilter/ |
| A D | ip6_tables.c | 386 unsigned int valid_hooks, void *entry0, in mark_source_chains() argument 395 struct ip6t_entry *e = entry0 + pos; in mark_source_chains() 432 e = entry0 + pos; in mark_source_chains() 437 e = entry0 + pos + size; in mark_source_chains() 458 e = entry0 + newpos; in mark_source_chains() 702 entry0 + repl->size, in translate_table() 709 offsets[i] = (void *)iter - entry0; in translate_table() 1413 void *pos, *entry0, *entry1; in translate_compat_table() local 1420 entry0 = *pentry0; in translate_compat_table() 1432 entry0, in translate_compat_table() [all …]
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-firmware-efi-esrt | 32 example: /sys/firmware/efi/esrt/entries/entry0/
|
| /linux/net/netfilter/ |
| A D | nf_flow_table_offload.c | 228 struct flow_action_entry *entry0 = flow_action_entry_next(flow_rule); in flow_offload_eth_src() local 257 flow_offload_mangle(entry0, FLOW_ACT_MANGLE_HDR_TYPE_ETH, 4, in flow_offload_eth_src() 275 struct flow_action_entry *entry0 = flow_action_entry_next(flow_rule); in flow_offload_eth_dst() local 315 flow_offload_mangle(entry0, FLOW_ACT_MANGLE_HDR_TYPE_ETH, 0, in flow_offload_eth_dst()
|
| /linux/arch/x86/kernel/apic/ |
| A D | io_apic.c | 1948 struct IO_APIC_route_entry entry0, entry1; in unlock_ExtINT_logic() local 1963 entry0 = ioapic_read_entry(apic, pin); in unlock_ExtINT_logic() 1974 entry1.active_low = entry0.active_low; in unlock_ExtINT_logic() 1997 ioapic_write_entry(apic, pin, entry0); in unlock_ExtINT_logic()
|
| /linux/net/xfrm/ |
| A D | xfrm_policy.c | 567 struct hlist_node *tmp, *entry0 = NULL; in xfrm_dst_hash_transfer() local 580 if (!entry0 || pol->xdo.type == XFRM_DEV_OFFLOAD_PACKET) { in xfrm_dst_hash_transfer() 588 hlist_add_behind_rcu(&pol->bydst, entry0); in xfrm_dst_hash_transfer() 590 entry0 = &pol->bydst; in xfrm_dst_hash_transfer() 593 entry0 = NULL; in xfrm_dst_hash_transfer()
|
| /linux/drivers/staging/media/ipu3/include/uapi/ |
| A D | intel-ipu3.h | 2425 __u32 entry0:6; member
|
Completed in 46 milliseconds