Searched refs:espintcp_getctx (Results 1 – 2 of 2) sorted by relevance
135 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_recvmsg()168 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_queue_out()260 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_push_msgs()289 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_push_skb()324 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_sendmsg()406 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_data_ready()427 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_write_space()435 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_destruct()513 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_release()528 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_close()[all …]
33 static inline struct espintcp_ctx *espintcp_getctx(const struct sock *sk) in espintcp_getctx() function