Lines Matching refs:pdp_ctx
36 struct pdp_ctx {
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 *pctx,
202 static int gtp_rx(struct pdp_ctx *pctx, struct sk_buff *skb,
413 struct pdp_ctx *pctx;
575 struct pdp_ctx *pctx;
735 static inline void gtp0_push_header(struct sk_buff *skb, struct pdp_ctx *pctx)
752 static inline void gtp1_push_header(struct sk_buff *skb, struct pdp_ctx *pctx)
780 struct pdp_ctx *pctx;
801 struct pdp_ctx *pctx, struct rtable *rt,
817 struct pdp_ctx *pctx;
1114 struct pdp_ctx *pctx;
1311 static void ipv4_pdp_fill(struct pdp_ctx *pctx, struct genl_info *info)
1338 static struct pdp_ctx *gtp_pdp_add(struct gtp_dev *gtp, struct sock *sk,
1341 struct pdp_ctx *pctx, *pctx_tid = NULL;
1433 struct pdp_ctx *pctx = container_of(head, struct pdp_ctx, rcu_head);
1439 static void pdp_context_delete(struct pdp_ctx *pctx)
1446 static int gtp_tunnel_notify(struct pdp_ctx *pctx, u8 cmd, gfp_t allocation);
1451 struct pdp_ctx *pctx;
1513 static struct pdp_ctx *gtp_find_pdp_by_link(struct net *net,
1538 static struct pdp_ctx *gtp_find_pdp(struct net *net, struct nlattr *nla[])
1540 struct pdp_ctx *pctx;
1555 struct pdp_ctx *pctx;
1585 int flags, u32 type, struct pdp_ctx *pctx)
1621 static int gtp_tunnel_notify(struct pdp_ctx *pctx, u8 cmd, gfp_t allocation)
1643 struct pdp_ctx *pctx = NULL;
1685 struct pdp_ctx *pctx;
1919 sizeof(struct pdp_ctx));