Home
last modified time | relevance | path

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

/linux/net/xfrm/
H A Despintcp.c138 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_recvmsg()
171 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_queue_out()
261 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_push_msgs()
290 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_push_skb()
325 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_sendmsg()
407 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_data_ready()
428 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_write_space()
436 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_destruct()
514 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_release()
529 struct espintcp_ctx *ctx = espintcp_getctx(sk); 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