Searched defs:gtp_dev (Results 1 – 1 of 1) sorted by relevance
73 struct gtp_dev { struct74 struct list_head list;76 struct sock *sk0;77 struct sock *sk1u;78 u8 sk_created;80 struct net_device *dev;81 struct net *net;106 struct list_head gtp_dev_list; argument