Lines Matching refs:sock
14 struct sock *sk)
30 static void handle_esp(struct sk_buff *skb, struct sock *sk)
133 static int espintcp_recvmsg(struct sock *sk, struct msghdr *msg, size_t len,
169 int espintcp_queue_out(struct sock *sk, struct sk_buff *skb)
185 static int espintcp_sendskb_locked(struct sock *sk, struct espintcp_msg *emsg,
206 static int espintcp_sendskmsg_locked(struct sock *sk,
252 static int espintcp_push_msgs(struct sock *sk, int flags)
281 int espintcp_push_skb(struct sock *sk, struct sk_buff *skb)
315 static int espintcp_sendmsg(struct sock *sk, struct msghdr *msg, size_t size)
398 static void espintcp_data_ready(struct sock *sk)
409 struct sock *sk = ctx->strp.sk;
417 static void espintcp_write_space(struct sock *sk)
425 static void espintcp_destruct(struct sock *sk)
433 bool tcp_is_ulp_esp(struct sock *sk)
443 static int espintcp_init_sk(struct sock *sk)
502 static void espintcp_release(struct sock *sk)
517 static void espintcp_close(struct sock *sk, long timeout)
543 static __poll_t espintcp_poll(struct file *file, struct socket *sock,
546 __poll_t mask = datagram_poll(file, sock, wait);
547 struct sock *sk = sock->sk;