Home
last modified time | relevance | path

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

/linux/net/xfrm/
H A Despintcp.c141 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_recvmsg()
174 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_queue_out()
246 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_push_msgs()
275 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_push_skb()
310 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_sendmsg()
396 struct espintcp_ctx *ctx = espintcp_getctx(sk);
417 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_destruct()
425 struct espintcp_ctx *ctx = espintcp_getctx(sk); in tcp_is_ulp_esp()
503 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_release()
518 struct espintcp_ctx *ctx = espintcp_getctx(s in espintcp_close()
[all...]
/linux/include/net/
H A Despintcp.h33 static inline struct espintcp_ctx *espintcp_getctx(const struct sock *sk) in espintcp_getctx() function