Home
last modified time | relevance | path

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

/linux/drivers/net/
H A Dgtp.c41 struct pdp_ctx { struct
124 static void pdp_context_delete(struct pdp_ctx *pctx);
149 static struct pdp_ctx *gtp0_pdp_find(struct gtp_dev *gtp, u64 tid, u16 family) in gtp0_pdp_find()
152 struct pdp_ctx *pdp; in gtp0_pdp_find()
167 static struct pdp_ctx *gtp1_pdp_find(struct gtp_dev *gtp, u32 tid, u16 family) in gtp1_pdp_find()
170 struct pdp_ctx *pdp; in gtp1_pdp_find()
185 static struct pdp_ctx *ipv4_pdp_find(struct gtp_dev *gtp, __be32 ms_addr) in ipv4_pdp_find()
188 struct pdp_ctx *pdp; in ipv4_pdp_find()
220 static struct pdp_ctx *ipv6_pdp_find(struct gtp_dev *gtp, in ipv6_pdp_find()
224 struct pdp_ctx *pdp; in ipv6_pdp_find()
[all …]