Home
last modified time | relevance | path

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

/openbmc/linux/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) in gtp0_pdp_find()
128 struct pdp_ctx *pdp; in gtp0_pdp_find()
141 static struct pdp_ctx *gtp1_pdp_find(struct gtp_dev *gtp, u32 tid) in gtp1_pdp_find()
144 struct pdp_ctx *pdp; in gtp1_pdp_find()
157 static struct pdp_ctx *ipv4_pdp_find(struct gtp_dev *gtp, __be32 ms_addr) in ipv4_pdp_find()
160 struct pdp_ctx *pdp; in ipv4_pdp_find()
173 static bool gtp_check_ms_ipv4(struct sk_buff *skb, struct pdp_ctx *pctx, in gtp_check_ms_ipv4()
192 static bool gtp_check_ms(struct sk_buff *skb, struct pdp_ctx *pctx, in gtp_check_ms()
[all …]