Lines Matching refs:strp
53 static void espintcp_rcv(struct strparser *strp, struct sk_buff *skb) in espintcp_rcv() argument
55 struct espintcp_ctx *ctx = container_of(strp, struct espintcp_ctx, in espintcp_rcv()
56 strp); in espintcp_rcv()
68 XFRM_INC_STATS(sock_net(strp->sk), LINUX_MIB_XFRMINHDRERROR); in espintcp_rcv()
81 XFRM_INC_STATS(sock_net(strp->sk), LINUX_MIB_XFRMINHDRERROR); in espintcp_rcv()
89 XFRM_INC_STATS(sock_net(strp->sk), LINUX_MIB_XFRMINHDRERROR); in espintcp_rcv()
96 XFRM_INC_STATS(sock_net(strp->sk), LINUX_MIB_XFRMINERROR); in espintcp_rcv()
102 XFRM_INC_STATS(sock_net(strp->sk), LINUX_MIB_XFRMINERROR); in espintcp_rcv()
108 handle_nonesp(ctx, skb, strp->sk); in espintcp_rcv()
110 handle_esp(skb, strp->sk); in espintcp_rcv()
113 static int espintcp_parse(struct strparser *strp, struct sk_buff *skb) in espintcp_parse() argument
403 strp_data_ready(&ctx->strp); in espintcp_data_ready()
410 struct sock *sk = ctx->strp.sk; in espintcp_tx_work()
462 err = strp_init(&ctx->strp, sk, &cb); in espintcp_init_sk()
468 strp_check_rcv(&ctx->strp); in espintcp_init_sk()
524 strp_stop(&ctx->strp); in espintcp_close()
530 strp_done(&ctx->strp); in espintcp_close()