Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_flow_table_offload.c237 struct flow_action_entry *entry0 = flow_action_entry_next(flow_rule); in flow_offload_eth_src() local
245 if (!entry0 || !entry1) in flow_offload_eth_src()
269 flow_offload_mangle(entry0, FLOW_ACT_MANGLE_HDR_TYPE_ETH, 4, in flow_offload_eth_src()
287 struct flow_action_entry *entry0 = flow_action_entry_next(flow_rule); in flow_offload_eth_dst() local
298 if (!entry0 || !entry1) in flow_offload_eth_dst()
330 flow_offload_mangle(entry0, FLOW_ACT_MANGLE_HDR_TYPE_ETH, 0, in flow_offload_eth_dst()
/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-efi-esrt32 example: /sys/firmware/efi/esrt/entries/entry0/
/linux/net/xfrm/
H A Dxfrm_policy.c581 struct hlist_node *tmp, *entry0 = NULL; in xfrm_dst_hash_transfer() local
594 if (!entry0 || pol->xdo.type == XFRM_DEV_OFFLOAD_PACKET) { in xfrm_dst_hash_transfer()
602 hlist_add_behind_rcu(&pol->bydst, entry0); in xfrm_dst_hash_transfer()
604 entry0 = &pol->bydst; in xfrm_dst_hash_transfer()
607 entry0 = NULL; in xfrm_dst_hash_transfer()