Searched defs:gtp (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/drivers/net/ |
| D | gtp.c | 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() local 316 static void gtp_encap_disable(struct gtp_dev *gtp) in gtp_encap_disable() 327 struct gtp_dev *gtp; in gtp_encap_recv() local 367 struct gtp_dev *gtp = netdev_priv(dev); in gtp_dev_init() local 380 struct gtp_dev *gtp = netdev_priv(dev); in gtp_dev_uninit() local [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ |
| D | gtp.c | 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() local [all …]
|