Searched refs:gtp (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/
H A Dgtp.c22 #include <linux/gtp.h>
33 #include <net/gtp.h>
125 static struct pdp_ctx *gtp0_pdp_find(struct gtp_dev *gtp, u64 tid) argument
130 head = &gtp->tid_hash[gtp0_hashfn(tid) % gtp->hash_size];
141 static struct pdp_ctx *gtp1_pdp_find(struct gtp_dev *gtp, u32 tid) argument
146 head = &gtp->tid_hash[gtp1u_hashfn(tid) % gtp->hash_size];
157 static struct pdp_ctx *ipv4_pdp_find(struct gtp_dev *gtp, __be32 ms_addr) argument
162 head = &gtp
295 gtp0_send_echo_resp(struct gtp_dev *gtp, struct sk_buff *skb) argument
375 gtp0_handle_echo_resp(struct gtp_dev *gtp, struct sk_buff *skb) argument
408 gtp0_udp_encap_recv(struct gtp_dev *gtp, struct sk_buff *skb) argument
475 gtp1u_send_echo_resp(struct gtp_dev *gtp, struct sk_buff *skb) argument
534 gtp1u_handle_echo_resp(struct gtp_dev *gtp, struct sk_buff *skb) argument
570 gtp1u_udp_encap_recv(struct gtp_dev *gtp, struct sk_buff *skb) argument
624 struct gtp_dev *gtp; local
657 gtp_encap_disable(struct gtp_dev *gtp) argument
676 struct gtp_dev *gtp; local
716 struct gtp_dev *gtp = netdev_priv(dev); local
802 struct gtp_dev *gtp = netdev_priv(dev); local
944 struct gtp_dev *gtp = netdev_priv(dev); local
972 struct gtp_dev *gtp = netdev_priv(dev); local
978 gtp_create_sock(int type, struct gtp_dev *gtp) argument
1010 gtp_create_sockets(struct gtp_dev *gtp, struct nlattr *data[]) argument
1037 struct gtp_dev *gtp; local
1100 struct gtp_dev *gtp = netdev_priv(dev); local
1139 struct gtp_dev *gtp = netdev_priv(dev); local
1167 gtp_hashtable_new(struct gtp_dev *gtp, int hsize) argument
1193 gtp_encap_enable_socket(int fd, int type, struct gtp_dev *gtp) argument
1240 gtp_encap_enable(struct gtp_dev *gtp, struct nlattr *data[]) argument
1274 struct gtp_dev *gtp = NULL; local
1325 gtp_pdp_add(struct gtp_dev *gtp, struct sock *sk, struct genl_info *info) argument
1439 struct gtp_dev *gtp; local
1503 struct gtp_dev *gtp; local
1669 struct gtp_dev *last_gtp = (struct gtp_dev *)cb->args[2], *gtp; local
1719 struct gtp_dev *gtp; local
1873 struct gtp_dev *gtp; local
[all...]
H A DMakefile39 obj-$(CONFIG_GTP) += gtp.o
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice.h56 #include <net/gtp.h>
/linux-master/net/sched/
H A Dcls_flower.c30 #include <net/gtp.h>
1395 NL_SET_ERR_MSG_MOD(extack, "Non-gtp option type for mask");
1408 "Missing tunnel key gtp option pdu type or qfi");
1549 "Duplicate type for gtp options");

Completed in 238 milliseconds