Lines Matching defs:gtp_dev

64 struct gtp_dev {
125 static struct pdp_ctx *gtp0_pdp_find(struct gtp_dev *gtp, u64 tid)
141 static struct pdp_ctx *gtp1_pdp_find(struct gtp_dev *gtp, u32 tid)
157 static struct pdp_ctx *ipv4_pdp_find(struct gtp_dev *gtp, __be32 ms_addr)
295 static int gtp0_send_echo_resp(struct gtp_dev *gtp, struct sk_buff *skb)
375 static int gtp0_handle_echo_resp(struct gtp_dev *gtp, struct sk_buff *skb)
408 static int gtp0_udp_encap_recv(struct gtp_dev *gtp, struct sk_buff *skb)
475 static int gtp1u_send_echo_resp(struct gtp_dev *gtp, struct sk_buff *skb)
534 static int gtp1u_handle_echo_resp(struct gtp_dev *gtp, struct sk_buff *skb)
570 static int gtp1u_udp_encap_recv(struct gtp_dev *gtp, struct sk_buff *skb)
624 struct gtp_dev *gtp;
657 static void gtp_encap_disable(struct gtp_dev *gtp)
676 struct gtp_dev *gtp;
716 struct gtp_dev *gtp = netdev_priv(dev);
729 struct gtp_dev *gtp = netdev_priv(dev);
816 struct gtp_dev *gtp = netdev_priv(dev);
980 static int gtp_hashtable_new(struct gtp_dev *gtp, int hsize);
981 static int gtp_encap_enable(struct gtp_dev *gtp, struct nlattr *data[]);
985 struct gtp_dev *gtp = netdev_priv(dev);
991 static struct sock *gtp_create_sock(int type, struct gtp_dev *gtp)
1023 static int gtp_create_sockets(struct gtp_dev *gtp, struct nlattr *data[])
1050 struct gtp_dev *gtp;
1113 struct gtp_dev *gtp = netdev_priv(dev);
1152 struct gtp_dev *gtp = netdev_priv(dev);
1171 .priv_size = sizeof(struct gtp_dev),
1180 static int gtp_hashtable_new(struct gtp_dev *gtp, int hsize)
1207 struct gtp_dev *gtp)
1253 static int gtp_encap_enable(struct gtp_dev *gtp, struct nlattr *data[])
1285 static struct gtp_dev *gtp_find_dev(struct net *src_net, struct nlattr *nla[])
1287 struct gtp_dev *gtp = NULL;
1338 static struct pdp_ctx *gtp_pdp_add(struct gtp_dev *gtp, struct sock *sk,
1452 struct gtp_dev *gtp;
1516 struct gtp_dev *gtp;
1682 struct gtp_dev *last_gtp = (struct gtp_dev *)cb->args[2], *gtp;
1732 struct gtp_dev *gtp;
1882 struct gtp_dev *gtp;