1 #ifndef __PVCALLS_FRONT_H__
2 #define __PVCALLS_FRONT_H__
6 int pvcalls_front_socket(struct socket
*sock
);
7 int pvcalls_front_connect(struct socket
*sock
, struct sockaddr
*addr
,
8 int addr_len
, int flags
);
9 int pvcalls_front_bind(struct socket
*sock
,
10 struct sockaddr
*addr
,
12 int pvcalls_front_listen(struct socket
*sock
, int backlog
);
13 int pvcalls_front_accept(struct socket
*sock
,
14 struct socket
*newsock
,
16 int pvcalls_front_sendmsg(struct socket
*sock
,
19 int pvcalls_front_recvmsg(struct socket
*sock
,
23 __poll_t
pvcalls_front_poll(struct file
*file
,
26 int pvcalls_front_release(struct socket
*sock
);