Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/
Dtun.c166 struct tun_flow_entry { struct
368 static struct tun_flow_entry *tun_flow_find(struct hlist_head *head, u32 rxhash) in tun_flow_find()
370 struct tun_flow_entry *e; in tun_flow_find()
379 static struct tun_flow_entry *tun_flow_create(struct tun_struct *tun, in tun_flow_create()
383 struct tun_flow_entry *e = kmalloc(sizeof(*e), GFP_ATOMIC); in tun_flow_create()
400 static void tun_flow_delete(struct tun_struct *tun, struct tun_flow_entry *e) in tun_flow_delete()
415 struct tun_flow_entry *e; in tun_flow_flush()
430 struct tun_flow_entry *e; in tun_flow_delete_by_queue()
451 struct tun_flow_entry *e; in tun_flow_cleanup()
477 struct tun_flow_entry *e; in tun_flow_update()
[all …]
/kernel/linux/linux-4.19/drivers/net/
Dtun.c192 struct tun_flow_entry { struct
414 static struct tun_flow_entry *tun_flow_find(struct hlist_head *head, u32 rxhash) in tun_flow_find()
416 struct tun_flow_entry *e; in tun_flow_find()
425 static struct tun_flow_entry *tun_flow_create(struct tun_struct *tun, in tun_flow_create()
429 struct tun_flow_entry *e = kmalloc(sizeof(*e), GFP_ATOMIC); in tun_flow_create()
445 static void tun_flow_delete(struct tun_struct *tun, struct tun_flow_entry *e) in tun_flow_delete()
460 struct tun_flow_entry *e; in tun_flow_flush()
475 struct tun_flow_entry *e; in tun_flow_delete_by_queue()
498 struct tun_flow_entry *e; in tun_flow_cleanup()
524 struct tun_flow_entry *e; in tun_flow_update()
[all …]