Home
last modified time | relevance | path

Searched refs:pdp_ctx (Results 1 – 1 of 1) sorted by relevance

/drivers/net/
Dgtp.c36 struct pdp_ctx { struct
86 static void pdp_context_delete(struct pdp_ctx *pctx);
105 static struct pdp_ctx *gtp0_pdp_find(struct gtp_dev *gtp, u64 tid) in gtp0_pdp_find()
108 struct pdp_ctx *pdp; in gtp0_pdp_find()
121 static struct pdp_ctx *gtp1_pdp_find(struct gtp_dev *gtp, u32 tid) in gtp1_pdp_find()
124 struct pdp_ctx *pdp; in gtp1_pdp_find()
137 static struct pdp_ctx *ipv4_pdp_find(struct gtp_dev *gtp, __be32 ms_addr) in ipv4_pdp_find()
140 struct pdp_ctx *pdp; in ipv4_pdp_find()
153 static bool gtp_check_ms_ipv4(struct sk_buff *skb, struct pdp_ctx *pctx, in gtp_check_ms_ipv4()
172 static bool gtp_check_ms(struct sk_buff *skb, struct pdp_ctx *pctx, in gtp_check_ms()
[all …]