Home
last modified time | relevance | path

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

/linux/net/xfrm/
H A Despintcp.c56 struct espintcp_ctx *ctx = container_of(strp, struct espintcp_ctx, in espintcp_rcv()
138 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()
416 struct espintcp_ctx *ctx = container_of(work, in espintcp_tx_work()
417 struct espintcp_ctx, work); in espintcp_tx_work()
428 struct espintcp_ctx *ctx = espintcp_getctx(sk); in espintcp_write_space()
[all …]
/linux/include/net/
H A Despintcp.h21 struct espintcp_ctx { struct
33 static inline struct espintcp_ctx *espintcp_getctx(const struct sock *sk) in espintcp_getctx() argument