Searched refs:route_entry (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | tunnel_conf.c | 1385 struct nfp_offloaded_route *route_entry, *temp; in nfp_tunnel_config_stop() local 1406 list_for_each_entry_safe(route_entry, temp, in nfp_tunnel_config_stop() 1409 memcpy(&ipv4_route.dst_ipv4, &route_entry->ip_add, in nfp_tunnel_config_stop() 1411 list_del(&route_entry->list); in nfp_tunnel_config_stop() 1412 kfree(route_entry); in nfp_tunnel_config_stop() 1420 list_for_each_entry_safe(route_entry, temp, in nfp_tunnel_config_stop() 1423 memcpy(&ipv6_route.dst_ipv6, &route_entry->ip_add, in nfp_tunnel_config_stop() 1425 list_del(&route_entry->list); in nfp_tunnel_config_stop() 1426 kfree(route_entry); in nfp_tunnel_config_stop()
|
/kernel/linux/linux-5.10/arch/loongarch/kvm/intc/ |
H A D | ls7a_irq.h | 55 u8 route_entry[64]; member
|
H A D | ls7a_irq.c | 292 state->route_entry[offset_tmp] = in ls7a_ioapic_reg_write() 436 result = state->route_entry[offset_tmp]; in ls7a_ioapic_reg_read() 622 seq_printf(m, "%d ", ioapic_state->route_entry[i]); in kvm_dump_ls7a_ioapic_state()
|
/kernel/linux/linux-5.10/arch/loongarch/include/uapi/asm/ |
H A D | kvm.h | 195 __u8 route_entry[64]; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-loongarch/asm/ |
H A D | kvm.h | 201 __u8 route_entry[64]; member
|
Completed in 5 milliseconds