Searched refs:gtp_dev (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ |
H A D | gtp.c | 73 struct gtp_dev { struct 146 static struct pdp_ctx *gtp0_pdp_find(struct gtp_dev *gtp, u64 tid, u16 family) in gtp0_pdp_find() 163 static struct pdp_ctx *gtp1_pdp_find(struct gtp_dev *gtp, u32 tid, u16 family) in gtp1_pdp_find() 180 static struct pdp_ctx *ipv4_pdp_find(struct gtp_dev *gtp, __be32 ms_addr) in ipv4_pdp_find() 214 static struct pdp_ctx *ipv6_pdp_find(struct gtp_dev *gtp, in ipv6_pdp_find() 425 static int gtp0_send_echo_resp_ip(struct gtp_dev *gtp, struct sk_buff *skb) in gtp0_send_echo_resp_ip() 454 static int gtp0_send_echo_resp(struct gtp_dev *gtp, struct sk_buff *skb) in gtp0_send_echo_resp() 528 static int gtp0_handle_echo_resp(struct gtp_dev *gtp, struct sk_buff *skb) in gtp0_handle_echo_resp() 578 static int gtp0_udp_encap_recv(struct gtp_dev *gtp, struct sk_buff *skb) in gtp0_udp_encap_recv() 652 static int gtp1u_send_echo_resp(struct gtp_dev *gtp, struct sk_buff *skb) in gtp1u_send_echo_resp() [all …]
|