Lines Matching defs:sk

69 static struct sk_buff *pep_alloc_skb(struct sock *sk, const void *payload,  in pep_alloc_skb()
85 static int pep_reply(struct sock *sk, struct sk_buff *oskb, u8 code, in pep_reply()
107 static int pep_indicate(struct sock *sk, u8 id, u8 code, in pep_indicate()
128 static int pipe_handler_request(struct sock *sk, u8 id, u8 code, in pipe_handler_request()
147 static int pipe_handler_send_created_ind(struct sock *sk) in pipe_handler_send_created_ind()
159 static int pep_accept_conn(struct sock *sk, struct sk_buff *skb) in pep_accept_conn()
180 static int pep_reject_conn(struct sock *sk, struct sk_buff *skb, u8 code, in pep_reject_conn()
190 static int pep_ctrlreq_error(struct sock *sk, struct sk_buff *oskb, u8 code, in pep_ctrlreq_error()
217 static int pipe_snd_status(struct sock *sk, u8 type, u8 status, gfp_t priority) in pipe_snd_status()
227 static void pipe_grant_credits(struct sock *sk, gfp_t priority) in pipe_grant_credits()
252 static int pipe_rcv_status(struct sock *sk, struct sk_buff *skb) in pipe_rcv_status()
304 static int pipe_rcv_created(struct sock *sk, struct sk_buff *skb) in pipe_rcv_created()
333 static int pipe_do_rcv(struct sock *sk, struct sk_buff *skb) in pipe_do_rcv()
460 static void pipe_destruct(struct sock *sk) in pipe_destruct()
482 static int pep_connresp_rcv(struct sock *sk, struct sk_buff *skb) in pep_connresp_rcv()
524 static int pep_enableresp_rcv(struct sock *sk, struct sk_buff *skb) in pep_enableresp_rcv()
536 static void pipe_start_flow_control(struct sock *sk) in pipe_start_flow_control()
549 static int pipe_handler_do_rcv(struct sock *sk, struct sk_buff *skb) in pipe_handler_do_rcv()
654 static int pep_do_rcv(struct sock *sk, struct sk_buff *skb) in pep_do_rcv()
715 static int pipe_do_remove(struct sock *sk) in pipe_do_remove()
734 static void pep_sock_close(struct sock *sk, long timeout) in pep_sock_close()
762 static struct sock *pep_sock_accept(struct sock *sk, int flags, int *errp, in pep_sock_accept()
883 static int pep_sock_connect(struct sock *sk, struct sockaddr *addr, int len) in pep_sock_connect()
904 static int pep_sock_enable(struct sock *sk, struct sockaddr *addr, int len) in pep_sock_enable()
918 static int pep_ioctl(struct sock *sk, int cmd, unsigned long arg) in pep_ioctl()
958 static int pep_init(struct sock *sk) in pep_init()
977 static int pep_setsockopt(struct sock *sk, int level, int optname, in pep_setsockopt()
1039 static int pep_getsockopt(struct sock *sk, int level, int optname, in pep_getsockopt()
1081 static int pipe_skb_send(struct sock *sk, struct sk_buff *skb) in pipe_skb_send()
1111 static int pep_sendmsg(struct sock *sk, struct msghdr *msg, size_t len) in pep_sendmsg()
1190 int pep_writeable(struct sock *sk) in pep_writeable()
1197 int pep_write(struct sock *sk, struct sk_buff *skb) in pep_write()
1228 struct sk_buff *pep_read(struct sock *sk) in pep_read()
1237 static int pep_recvmsg(struct sock *sk, struct msghdr *msg, size_t len, in pep_recvmsg()
1294 static void pep_sock_unhash(struct sock *sk) in pep_sock_unhash()