Home
last modified time | relevance | path

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

/Linux-v6.6/net/xfrm/
Despintcp.c137 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_recvmsg()
170 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_queue_out()
259 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_push_msgs()
288 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_push_skb()
323 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_sendmsg()
405 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_data_ready()
426 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_write_space()
434 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_destruct()
512 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_release()
527 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_close()
[all …]
/Linux-v6.6/include/net/
Despintcp.h33 static inline struct espintcp_ctx *espintcp_getctx(const struct sock *sk) in espintcp_getctx() function