Lines Matching refs:gtp_dev

69 struct gtp_dev {  struct
110 static struct pdp_ctx *gtp0_pdp_find(struct gtp_dev *gtp, u64 tid) in gtp0_pdp_find()
126 static struct pdp_ctx *gtp1_pdp_find(struct gtp_dev *gtp, u32 tid) in gtp1_pdp_find()
142 static struct pdp_ctx *ipv4_pdp_find(struct gtp_dev *gtp, __be32 ms_addr) in ipv4_pdp_find()
223 static int gtp0_udp_encap_recv(struct gtp_dev *gtp, struct sk_buff *skb) in gtp0_udp_encap_recv()
250 static int gtp1u_udp_encap_recv(struct gtp_dev *gtp, struct sk_buff *skb) in gtp1u_udp_encap_recv()
294 struct gtp_dev *gtp; in gtp_encap_destroy()
312 static void gtp_encap_disable(struct gtp_dev *gtp) in gtp_encap_disable()
323 struct gtp_dev *gtp; in gtp_encap_recv()
363 struct gtp_dev *gtp = netdev_priv(dev); in gtp_dev_init()
376 struct gtp_dev *gtp = netdev_priv(dev); in gtp_dev_uninit()
477 struct gtp_dev *gtp = netdev_priv(dev); in gtp_build_skb_ip4()
634 static int gtp_hashtable_new(struct gtp_dev *gtp, int hsize);
635 static void gtp_hashtable_free(struct gtp_dev *gtp);
636 static int gtp_encap_enable(struct gtp_dev *gtp, struct nlattr *data[]);
642 struct gtp_dev *gtp; in gtp_newlink()
686 struct gtp_dev *gtp = netdev_priv(dev); in gtp_dellink()
717 struct gtp_dev *gtp = netdev_priv(dev); in gtp_fill_info()
732 .priv_size = sizeof(struct gtp_dev),
741 static int gtp_hashtable_new(struct gtp_dev *gtp, int hsize) in gtp_hashtable_new()
767 static void gtp_hashtable_free(struct gtp_dev *gtp) in gtp_hashtable_free()
782 struct gtp_dev *gtp) in gtp_encap_enable_socket()
823 static int gtp_encap_enable(struct gtp_dev *gtp, struct nlattr *data[]) in gtp_encap_enable()
861 static struct gtp_dev *gtp_find_dev(struct net *src_net, struct nlattr *nla[]) in gtp_find_dev()
863 struct gtp_dev *gtp = NULL; in gtp_find_dev()
914 static int ipv4_pdp_add(struct gtp_dev *gtp, struct sock *sk, in ipv4_pdp_add()
1013 struct gtp_dev *gtp; in gtp_genl_new_pdp()
1071 struct gtp_dev *gtp; in gtp_find_pdp_by_link()
1217 struct gtp_dev *last_gtp = (struct gtp_dev *)cb->args[2], *gtp; in gtp_genl_dump_pdp()
1314 struct gtp_dev *gtp; in gtp_net_exit()