Lines Matching refs:tun_flow_entry
156 struct tun_flow_entry { struct
306 static struct tun_flow_entry *tun_flow_find(struct hlist_head *head, u32 rxhash) in tun_flow_find()
308 struct tun_flow_entry *e; in tun_flow_find()
317 static struct tun_flow_entry *tun_flow_create(struct tun_struct *tun, in tun_flow_create()
321 struct tun_flow_entry *e = kmalloc_obj(*e, GFP_ATOMIC); in tun_flow_create()
338 static void tun_flow_delete(struct tun_struct *tun, struct tun_flow_entry *e) in tun_flow_delete()
353 struct tun_flow_entry *e; in tun_flow_flush()
368 struct tun_flow_entry *e; in tun_flow_delete_by_queue()
389 struct tun_flow_entry *e; in tun_flow_cleanup()
415 struct tun_flow_entry *e; in tun_flow_update()
449 static inline void tun_flow_save_rps_rxhash(struct tun_flow_entry *e, u32 hash) in tun_flow_save_rps_rxhash()
463 struct tun_flow_entry *e; in tun_automq_select_queue()
979 struct tun_flow_entry *e; in tun_automq_xmit()