Lines Matching defs:sk

81 static struct sk_buff *pep_alloc_skb(struct sock *sk, const void *payload,  in pep_alloc_skb()
97 static int pep_reply(struct sock *sk, struct sk_buff *oskb, u8 code, in pep_reply()
119 static int pep_indicate(struct sock *sk, u8 id, u8 code, in pep_indicate()
140 static int pipe_handler_request(struct sock *sk, u8 id, u8 code, in pipe_handler_request()
159 static int pipe_handler_send_created_ind(struct sock *sk) in pipe_handler_send_created_ind()
171 static int pep_accept_conn(struct sock *sk, struct sk_buff *skb) in pep_accept_conn()
192 static int pep_reject_conn(struct sock *sk, struct sk_buff *skb, u8 code, in pep_reject_conn()
202 static int pep_ctrlreq_error(struct sock *sk, struct sk_buff *oskb, u8 code, in pep_ctrlreq_error()
229 static int pipe_snd_status(struct sock *sk, u8 type, u8 status, gfp_t priority) in pipe_snd_status()
239 static void pipe_grant_credits(struct sock *sk, gfp_t priority) in pipe_grant_credits()
264 static int pipe_rcv_status(struct sock *sk, struct sk_buff *skb) in pipe_rcv_status()
316 static int pipe_rcv_created(struct sock *sk, struct sk_buff *skb) in pipe_rcv_created()
345 static int pipe_do_rcv(struct sock *sk, struct sk_buff *skb) in pipe_do_rcv()
472 static void pipe_destruct(struct sock *sk) in pipe_destruct()
494 static int pep_connresp_rcv(struct sock *sk, struct sk_buff *skb) in pep_connresp_rcv()
536 static int pep_enableresp_rcv(struct sock *sk, struct sk_buff *skb) in pep_enableresp_rcv()
548 static void pipe_start_flow_control(struct sock *sk) in pipe_start_flow_control()
561 static int pipe_handler_do_rcv(struct sock *sk, struct sk_buff *skb) in pipe_handler_do_rcv()
666 static int pep_do_rcv(struct sock *sk, struct sk_buff *skb) in pep_do_rcv()
727 static int pipe_do_remove(struct sock *sk) in pipe_do_remove()
746 static void pep_sock_close(struct sock *sk, long timeout) in pep_sock_close()
774 static struct sock *pep_sock_accept(struct sock *sk, int flags, int *errp) in pep_sock_accept()
893 static int pep_sock_connect(struct sock *sk, struct sockaddr *addr, int len) in pep_sock_connect()
914 static int pep_sock_enable(struct sock *sk, struct sockaddr *addr, int len) in pep_sock_enable()
928 static int pep_ioctl(struct sock *sk, int cmd, unsigned long arg) in pep_ioctl()
968 static int pep_init(struct sock *sk) in pep_init()
987 static int pep_setsockopt(struct sock *sk, int level, int optname, in pep_setsockopt()
1049 static int pep_getsockopt(struct sock *sk, int level, int optname, in pep_getsockopt()
1091 static int pipe_skb_send(struct sock *sk, struct sk_buff *skb) in pipe_skb_send()
1121 static int pep_sendmsg(struct sock *sk, struct msghdr *msg, size_t len) in pep_sendmsg()
1201 int pep_writeable(struct sock *sk) in pep_writeable()
1208 int pep_write(struct sock *sk, struct sk_buff *skb) in pep_write()
1239 struct sk_buff *pep_read(struct sock *sk) in pep_read()
1248 static int pep_recvmsg(struct sock *sk, struct msghdr *msg, size_t len, in pep_recvmsg()
1305 static void pep_sock_unhash(struct sock *sk) in pep_sock_unhash()