Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/
Dgtp.c37 struct pdp_ctx { struct
119 static void pdp_context_delete(struct pdp_ctx *pctx);
144 static struct pdp_ctx *gtp0_pdp_find(struct gtp_dev *gtp, u64 tid, u16 family) in gtp0_pdp_find()
147 struct pdp_ctx *pdp; in gtp0_pdp_find()
161 static struct pdp_ctx *gtp1_pdp_find(struct gtp_dev *gtp, u32 tid, u16 family) in gtp1_pdp_find()
164 struct pdp_ctx *pdp; in gtp1_pdp_find()
178 static struct pdp_ctx *ipv4_pdp_find(struct gtp_dev *gtp, __be32 ms_addr) in ipv4_pdp_find()
181 struct pdp_ctx *pdp; in ipv4_pdp_find()
212 static struct pdp_ctx *ipv6_pdp_find(struct gtp_dev *gtp, in ipv6_pdp_find()
216 struct pdp_ctx *pdp; in ipv6_pdp_find()
[all …]