Lines Matching refs:gtp_dev

64 struct gtp_dev {  struct
125 static struct pdp_ctx *gtp0_pdp_find(struct gtp_dev *gtp, u64 tid) in gtp0_pdp_find()
141 static struct pdp_ctx *gtp1_pdp_find(struct gtp_dev *gtp, u32 tid) in gtp1_pdp_find()
157 static struct pdp_ctx *ipv4_pdp_find(struct gtp_dev *gtp, __be32 ms_addr) in ipv4_pdp_find()
295 static int gtp0_send_echo_resp(struct gtp_dev *gtp, struct sk_buff *skb) in gtp0_send_echo_resp()
375 static int gtp0_handle_echo_resp(struct gtp_dev *gtp, struct sk_buff *skb) in gtp0_handle_echo_resp()
408 static int gtp0_udp_encap_recv(struct gtp_dev *gtp, struct sk_buff *skb) in gtp0_udp_encap_recv()
475 static int gtp1u_send_echo_resp(struct gtp_dev *gtp, struct sk_buff *skb) in gtp1u_send_echo_resp()
534 static int gtp1u_handle_echo_resp(struct gtp_dev *gtp, struct sk_buff *skb) in gtp1u_handle_echo_resp()
570 static int gtp1u_udp_encap_recv(struct gtp_dev *gtp, struct sk_buff *skb) in gtp1u_udp_encap_recv()
624 struct gtp_dev *gtp; in __gtp_encap_destroy()
657 static void gtp_encap_disable(struct gtp_dev *gtp) in gtp_encap_disable()
676 struct gtp_dev *gtp; in gtp_encap_recv()
716 struct gtp_dev *gtp = netdev_priv(dev); in gtp_dev_init()
729 struct gtp_dev *gtp = netdev_priv(dev); in gtp_dev_uninit()
816 struct gtp_dev *gtp = netdev_priv(dev); in gtp_build_skb_ip4()
983 static int gtp_hashtable_new(struct gtp_dev *gtp, int hsize);
984 static int gtp_encap_enable(struct gtp_dev *gtp, struct nlattr *data[]);
988 struct gtp_dev *gtp = netdev_priv(dev); in gtp_destructor()
994 static struct sock *gtp_create_sock(int type, struct gtp_dev *gtp) in gtp_create_sock()
1026 static int gtp_create_sockets(struct gtp_dev *gtp, struct nlattr *data[]) in gtp_create_sockets()
1053 struct gtp_dev *gtp; in gtp_newlink()
1116 struct gtp_dev *gtp = netdev_priv(dev); in gtp_dellink()
1156 struct gtp_dev *gtp = netdev_priv(dev); in gtp_fill_info()
1175 .priv_size = sizeof(struct gtp_dev),
1184 static int gtp_hashtable_new(struct gtp_dev *gtp, int hsize) in gtp_hashtable_new()
1211 struct gtp_dev *gtp) in gtp_encap_enable_socket()
1257 static int gtp_encap_enable(struct gtp_dev *gtp, struct nlattr *data[]) in gtp_encap_enable()
1289 static struct gtp_dev *gtp_find_dev(struct net *src_net, struct nlattr *nla[]) in gtp_find_dev()
1291 struct gtp_dev *gtp = NULL; in gtp_find_dev()
1342 static struct pdp_ctx *gtp_pdp_add(struct gtp_dev *gtp, struct sock *sk, in gtp_pdp_add()
1456 struct gtp_dev *gtp; in gtp_genl_new_pdp()
1520 struct gtp_dev *gtp; in gtp_find_pdp_by_link()
1686 struct gtp_dev *last_gtp = (struct gtp_dev *)cb->args[2], *gtp; in gtp_genl_dump_pdp()
1736 struct gtp_dev *gtp; in gtp_genl_send_echo_req()
1886 struct gtp_dev *gtp; in gtp_net_exit()