Lines Matching refs:socket
1526 int (*unix_may_send)(struct socket *sock, struct socket *other);
1529 int (*socket_post_create)(struct socket *sock, int family, int type,
1531 int (*socket_bind)(struct socket *sock, struct sockaddr *address,
1533 int (*socket_connect)(struct socket *sock, struct sockaddr *address,
1535 int (*socket_listen)(struct socket *sock, int backlog);
1536 int (*socket_accept)(struct socket *sock, struct socket *newsock);
1537 int (*socket_sendmsg)(struct socket *sock, struct msghdr *msg,
1539 int (*socket_recvmsg)(struct socket *sock, struct msghdr *msg,
1541 int (*socket_getsockname)(struct socket *sock);
1542 int (*socket_getpeername)(struct socket *sock);
1543 int (*socket_getsockopt)(struct socket *sock, int level, int optname);
1544 int (*socket_setsockopt)(struct socket *sock, int level, int optname);
1545 int (*socket_shutdown)(struct socket *sock, int how);
1547 int (*socket_getpeersec_stream)(struct socket *sock,
1550 int (*socket_getpeersec_dgram)(struct socket *sock,
1556 void (*sock_graft)(struct sock *sk, struct socket *parent);