Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/
H A Dtun.c156 struct tun_flow_entry { struct
307 struct tun_flow_entry *e; in tun_flow_find()
316 static struct tun_flow_entry *tun_flow_create(struct tun_struct *tun, in tun_flow_create()
320 struct tun_flow_entry *e = kmalloc(sizeof(*e), GFP_ATOMIC); in tun_flow_create()
337 static void tun_flow_delete(struct tun_struct *tun, struct tun_flow_entry *e) in tun_flow_delete()
352 struct tun_flow_entry *e; in tun_flow_flush()
367 struct tun_flow_entry *e; in tun_flow_delete_by_queue()
388 struct tun_flow_entry *e; in tun_flow_cleanup()
414 struct tun_flow_entry *e; in tun_flow_update()
462 struct tun_flow_entry *e; in tun_automq_select_queue()
[all …]