Searched refs:espintcp_getctx (Results 1 – 2 of 2) sorted by relevance
138 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_recvmsg()171 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_queue_out()263 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_push_msgs()292 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_push_skb()327 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_sendmsg()409 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_data_ready()430 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_write_space()438 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_destruct()516 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_release()531 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