Searched defs:gtp_dev (Results 1 – 1 of 1) sorted by relevance
74 struct gtp_dev { struct75 struct list_head list;77 struct sock *sk0;78 struct sock *sk1u;79 u8 sk_created;81 struct net_device *dev;82 struct net *net;107 struct list_head gtp_dev_list; argument