Lines Matching refs:tun_flow_entry
161 struct tun_flow_entry { struct
224 static struct tun_flow_entry *tun_flow_find(struct hlist_head *head, u32 rxhash) in tun_flow_find()
226 struct tun_flow_entry *e; in tun_flow_find()
235 static struct tun_flow_entry *tun_flow_create(struct tun_struct *tun, in tun_flow_create()
239 struct tun_flow_entry *e = kmalloc(sizeof(*e), GFP_ATOMIC); in tun_flow_create()
255 static void tun_flow_delete(struct tun_struct *tun, struct tun_flow_entry *e) in tun_flow_delete()
270 struct tun_flow_entry *e; in tun_flow_flush()
285 struct tun_flow_entry *e; in tun_flow_delete_by_queue()
308 struct tun_flow_entry *e; in tun_flow_cleanup()
331 struct tun_flow_entry *e; in tun_flow_update()
373 static inline void tun_flow_save_rps_rxhash(struct tun_flow_entry *e, u32 hash) in tun_flow_save_rps_rxhash()
390 struct tun_flow_entry *e; in tun_select_queue()
778 struct tun_flow_entry *e; in tun_net_xmit()