Searched defs:gtp_dev (Results 1 – 1 of 1) sorted by relevance
75 struct gtp_dev { struct76 struct list_head list;78 struct sock *sk0;79 struct sock *sk1u;80 u8 sk_created;82 struct net_device *dev;83 struct net *net;108 struct list_head gtp_dev_list; argument