Home
last modified time | relevance | path

Searched refs:entry0 (Results 1 – 6 of 6) sorted by relevance

/linux/net/ipv4/netfilter/
H A Dip_tables.c368 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()
660 translate_table(struct net *net, struct xt_table_info *newinfo, void *entry0, in translate_table() argument
683 xt_entry_foreach(iter, entry0, newinfo->size) { in translate_table()
684 ret = check_entry_size_and_hooks(iter, newinfo, entry0, in translate_table()
685 entry0 + repl->size, in translate_table()
692 offsets[i] = (void *)iter - entry0; in translate_table()
1398 void *pos, *entry0, *entry1; translate_compat_table() local
[all...]
/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-efi-esrt32 example: /sys/firmware/efi/esrt/entries/entry0/
/linux/net/netfilter/
H A Dnf_flow_table_offload.c228 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/
H A Dio_apic.c1948 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/
H A Dxfrm_policy.c578 struct hlist_node *tmp, *entry0 = NULL; in xfrm_dst_hash_transfer() local
591 if (!entry0 || pol->xdo.type == XFRM_DEV_OFFLOAD_PACKET) { in xfrm_dst_hash_transfer()
599 hlist_add_behind_rcu(&pol->bydst, entry0); in xfrm_dst_hash_transfer()
601 entry0 = &pol->bydst; in xfrm_dst_hash_transfer()
604 entry0 = NULL; in xfrm_dst_hash_transfer()
/linux/drivers/staging/media/ipu3/include/uapi/
H A Dintel-ipu3.h2420 * @entry0: pyramid LUT entry0, range [0x0, 0x3f]
2426 __u32 entry0:6; member