Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/
H A Dtun.c166 struct tun_flow_entry { struct
380 static struct tun_flow_entry *tun_flow_find(struct hlist_head *head, u32 rxhash) in tun_flow_find()
382 struct tun_flow_entry *e; in tun_flow_find()
391 static struct tun_flow_entry *tun_flow_create(struct tun_struct *tun, in tun_flow_create()
395 struct tun_flow_entry *e = kmalloc(sizeof(*e), GFP_ATOMIC); in tun_flow_create()
412 static void tun_flow_delete(struct tun_struct *tun, struct tun_flow_entry *e) in tun_flow_delete()
427 struct tun_flow_entry *e; in tun_flow_flush()
442 struct tun_flow_entry *e; in tun_flow_delete_by_queue()
463 struct tun_flow_entry *e; in tun_flow_cleanup()
489 struct tun_flow_entry *e; in tun_flow_update()
[all …]