Lines Matching refs:gtp_dev

64 struct gtp_dev {  struct
105 static struct pdp_ctx *gtp0_pdp_find(struct gtp_dev *gtp, u64 tid) in gtp0_pdp_find()
121 static struct pdp_ctx *gtp1_pdp_find(struct gtp_dev *gtp, u32 tid) in gtp1_pdp_find()
137 static struct pdp_ctx *ipv4_pdp_find(struct gtp_dev *gtp, __be32 ms_addr) in ipv4_pdp_find()
212 static int gtp0_udp_encap_recv(struct gtp_dev *gtp, struct sk_buff *skb) in gtp0_udp_encap_recv()
239 static int gtp1u_udp_encap_recv(struct gtp_dev *gtp, struct sk_buff *skb) in gtp1u_udp_encap_recv()
283 struct gtp_dev *gtp; in __gtp_encap_destroy()
314 static void gtp_encap_disable(struct gtp_dev *gtp) in gtp_encap_disable()
325 struct gtp_dev *gtp; in gtp_encap_recv()
365 struct gtp_dev *gtp = netdev_priv(dev); in gtp_dev_init()
378 struct gtp_dev *gtp = netdev_priv(dev); in gtp_dev_uninit()
479 struct gtp_dev *gtp = netdev_priv(dev); in gtp_build_skb_ip4()
635 static int gtp_hashtable_new(struct gtp_dev *gtp, int hsize);
636 static int gtp_encap_enable(struct gtp_dev *gtp, struct nlattr *data[]);
640 struct gtp_dev *gtp = netdev_priv(dev); in gtp_destructor()
650 struct gtp_dev *gtp; in gtp_newlink()
699 struct gtp_dev *gtp = netdev_priv(dev); in gtp_dellink()
734 struct gtp_dev *gtp = netdev_priv(dev); in gtp_fill_info()
749 .priv_size = sizeof(struct gtp_dev),
758 static int gtp_hashtable_new(struct gtp_dev *gtp, int hsize) in gtp_hashtable_new()
785 struct gtp_dev *gtp) in gtp_encap_enable_socket()
831 static int gtp_encap_enable(struct gtp_dev *gtp, struct nlattr *data[]) in gtp_encap_enable()
871 static struct gtp_dev *gtp_find_dev(struct net *src_net, struct nlattr *nla[]) in gtp_find_dev()
873 struct gtp_dev *gtp = NULL; in gtp_find_dev()
924 static struct pdp_ctx *gtp_pdp_add(struct gtp_dev *gtp, struct sock *sk, in gtp_pdp_add()
1038 struct gtp_dev *gtp; in gtp_genl_new_pdp()
1102 struct gtp_dev *gtp; in gtp_find_pdp_by_link()
1278 struct gtp_dev *last_gtp = (struct gtp_dev *)cb->args[2], *gtp; in gtp_genl_dump_pdp()
1382 struct gtp_dev *gtp; in gtp_net_exit()