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

/linux-master/drivers/net/
H A Dgtp.c36 struct pdp_ctx { struct
106 static void pdp_context_delete(struct pdp_ctx *pctx);
125 static struct pdp_ctx *gtp0_pdp_find(struct gtp_dev *gtp, u64 tid)
128 struct pdp_ctx *pdp;
141 static struct pdp_ctx *gtp1_pdp_find(struct gtp_dev *gtp, u32 tid)
144 struct pdp_ctx *pdp;
157 static struct pdp_ctx *ipv4_pdp_find(struct gtp_dev *gtp, __be32 ms_addr)
160 struct pdp_ctx *pdp;
173 static bool gtp_check_ms_ipv4(struct sk_buff *skb, struct pdp_ctx *pctx,
192 static bool gtp_check_ms(struct sk_buff *skb, struct pdp_ctx *pct
[all...]

Completed in 103 milliseconds