Searched defs:gtp_dev (Results 1 – 1 of 1) sorted by relevance
71 struct gtp_dev { struct72 struct list_head list;74 struct sock *sk0;75 struct sock *sk1u;76 u8 sk_created;78 struct net_device *dev;79 struct net *net;104 struct list_head gtp_dev_list; argument