socket            579 arch/x86/include/asm/uv/uv_bau.h 	struct socket_desc	socket[2];
socket             66 include/crypto/if_alg.h int af_alg_release(struct socket *sock);
socket             67 include/crypto/if_alg.h int af_alg_accept(struct sock *sk, struct socket *newsock);
socket            128 include/linux/atmdev.h static inline struct atm_vcc *ATM_SD(struct socket *sock)
socket            290 include/linux/atmdev.h 	int (*ioctl)(struct socket *, unsigned int cmd, unsigned long arg);
socket             59 include/linux/can/core.h extern int can_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
socket            184 include/linux/ceph/messenger.h 	struct socket *sock;
socket             13 include/linux/if_macvlan.h struct socket *macvtap_get_socket(struct file *);
socket             18 include/linux/if_macvlan.h struct socket;
socket             19 include/linux/if_macvlan.h static inline struct socket *macvtap_get_socket(struct file *f)
socket             75 include/linux/if_pppox.h 	int		(*create)(struct net *net, struct socket *sock);
socket             76 include/linux/if_pppox.h 	int		(*ioctl)(struct socket *sock, unsigned int cmd,
socket             84 include/linux/if_pppox.h extern int pppox_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
socket             21 include/linux/if_tun.h struct socket *tun_get_socket(struct file *);
socket             26 include/linux/if_tun.h struct socket;
socket             27 include/linux/if_tun.h static inline struct socket *tun_get_socket(struct file *f)
socket             27 include/linux/nbd.h 	struct socket * sock;	/* If == NULL, device is not ready, yet	*/
socket            131 include/linux/net.h 	int		(*release)   (struct socket *sock);
socket            132 include/linux/net.h 	int		(*bind)	     (struct socket *sock,
socket            135 include/linux/net.h 	int		(*connect)   (struct socket *sock,
socket            138 include/linux/net.h 	int		(*socketpair)(struct socket *sock1,
socket            139 include/linux/net.h 				      struct socket *sock2);
socket            140 include/linux/net.h 	int		(*accept)    (struct socket *sock,
socket            141 include/linux/net.h 				      struct socket *newsock, int flags);
socket            142 include/linux/net.h 	int		(*getname)   (struct socket *sock,
socket            145 include/linux/net.h 	unsigned int	(*poll)	     (struct file *file, struct socket *sock,
socket            147 include/linux/net.h 	int		(*ioctl)     (struct socket *sock, unsigned int cmd,
socket            150 include/linux/net.h 	int	 	(*compat_ioctl) (struct socket *sock, unsigned int cmd,
socket            153 include/linux/net.h 	int		(*listen)    (struct socket *sock, int len);
socket            154 include/linux/net.h 	int		(*shutdown)  (struct socket *sock, int flags);
socket            155 include/linux/net.h 	int		(*setsockopt)(struct socket *sock, int level,
socket            157 include/linux/net.h 	int		(*getsockopt)(struct socket *sock, int level,
socket            160 include/linux/net.h 	int		(*compat_setsockopt)(struct socket *sock, int level,
socket            162 include/linux/net.h 	int		(*compat_getsockopt)(struct socket *sock, int level,
socket            165 include/linux/net.h 	int		(*sendmsg)   (struct kiocb *iocb, struct socket *sock,
socket            175 include/linux/net.h 	int		(*recvmsg)   (struct kiocb *iocb, struct socket *sock,
socket            178 include/linux/net.h 	int		(*mmap)	     (struct file *file, struct socket *sock,
socket            180 include/linux/net.h 	ssize_t		(*sendpage)  (struct socket *sock, struct page *page,
socket            182 include/linux/net.h 	ssize_t 	(*splice_read)(struct socket *sock,  loff_t *ppos,
socket            192 include/linux/net.h 	int		(*create)(struct net *net, struct socket *sock,
socket            207 include/linux/net.h int sock_wake_async(struct socket *sk, int how, int band);
socket            211 include/linux/net.h 		  struct socket **res, int kern);
socket            212 include/linux/net.h int sock_create(int family, int type, int proto, struct socket **res);
socket            213 include/linux/net.h int sock_create_kern(int family, int type, int proto, struct socket **res);
socket            214 include/linux/net.h int sock_create_lite(int family, int type, int proto, struct socket **res);
socket            215 include/linux/net.h void sock_release(struct socket *sock);
socket            216 include/linux/net.h int sock_sendmsg(struct socket *sock, struct msghdr *msg, size_t len);
socket            217 include/linux/net.h int sock_recvmsg(struct socket *sock, struct msghdr *msg, size_t size,
socket            219 include/linux/net.h struct file *sock_alloc_file(struct socket *sock, int flags, const char *dname);
socket            220 include/linux/net.h struct socket *sockfd_lookup(int fd, int *err);
socket            221 include/linux/net.h struct socket *sock_from_file(struct file *file, int *err);
socket            265 include/linux/net.h int kernel_sendmsg(struct socket *sock, struct msghdr *msg, struct kvec *vec,
socket            267 include/linux/net.h int kernel_recvmsg(struct socket *sock, struct msghdr *msg, struct kvec *vec,
socket            270 include/linux/net.h int kernel_bind(struct socket *sock, struct sockaddr *addr, int addrlen);
socket            271 include/linux/net.h int kernel_listen(struct socket *sock, int backlog);
socket            272 include/linux/net.h int kernel_accept(struct socket *sock, struct socket **newsock, int flags);
socket            273 include/linux/net.h int kernel_connect(struct socket *sock, struct sockaddr *addr, int addrlen,
socket            275 include/linux/net.h int kernel_getsockname(struct socket *sock, struct sockaddr *addr,
socket            277 include/linux/net.h int kernel_getpeername(struct socket *sock, struct sockaddr *addr,
socket            279 include/linux/net.h int kernel_getsockopt(struct socket *sock, int level, int optname, char *optval,
socket            281 include/linux/net.h int kernel_setsockopt(struct socket *sock, int level, int optname, char *optval,
socket            283 include/linux/net.h int kernel_sendpage(struct socket *sock, struct page *page, int offset,
socket            285 include/linux/net.h int kernel_sock_ioctl(struct socket *sock, int cmd, unsigned long arg);
socket            286 include/linux/net.h int kernel_sock_shutdown(struct socket *sock, enum sock_shutdown_cmd how);
socket            108 include/linux/security.h struct socket;
socket           1650 include/linux/security.h 	int (*unix_may_send) (struct socket *sock, struct socket *other);
socket           1653 include/linux/security.h 	int (*socket_post_create) (struct socket *sock, int family,
socket           1655 include/linux/security.h 	int (*socket_bind) (struct socket *sock,
socket           1657 include/linux/security.h 	int (*socket_connect) (struct socket *sock,
socket           1659 include/linux/security.h 	int (*socket_listen) (struct socket *sock, int backlog);
socket           1660 include/linux/security.h 	int (*socket_accept) (struct socket *sock, struct socket *newsock);
socket           1661 include/linux/security.h 	int (*socket_sendmsg) (struct socket *sock,
socket           1663 include/linux/security.h 	int (*socket_recvmsg) (struct socket *sock,
socket           1665 include/linux/security.h 	int (*socket_getsockname) (struct socket *sock);
socket           1666 include/linux/security.h 	int (*socket_getpeername) (struct socket *sock);
socket           1667 include/linux/security.h 	int (*socket_getsockopt) (struct socket *sock, int level, int optname);
socket           1668 include/linux/security.h 	int (*socket_setsockopt) (struct socket *sock, int level, int optname);
socket           1669 include/linux/security.h 	int (*socket_shutdown) (struct socket *sock, int how);
socket           1671 include/linux/security.h 	int (*socket_getpeersec_stream) (struct socket *sock, char __user *optval, int __user *optlen, unsigned len);
socket           1672 include/linux/security.h 	int (*socket_getpeersec_dgram) (struct socket *sock, struct sk_buff *skb, u32 *secid);
socket           1677 include/linux/security.h 	void (*sock_graft) (struct sock *sk, struct socket *parent);
socket           2638 include/linux/security.h int security_unix_may_send(struct socket *sock,  struct socket *other);
socket           2640 include/linux/security.h int security_socket_post_create(struct socket *sock, int family,
socket           2642 include/linux/security.h int security_socket_bind(struct socket *sock, struct sockaddr *address, int addrlen);
socket           2643 include/linux/security.h int security_socket_connect(struct socket *sock, struct sockaddr *address, int addrlen);
socket           2644 include/linux/security.h int security_socket_listen(struct socket *sock, int backlog);
socket           2645 include/linux/security.h int security_socket_accept(struct socket *sock, struct socket *newsock);
socket           2646 include/linux/security.h int security_socket_sendmsg(struct socket *sock, struct msghdr *msg, int size);
socket           2647 include/linux/security.h int security_socket_recvmsg(struct socket *sock, struct msghdr *msg,
socket           2649 include/linux/security.h int security_socket_getsockname(struct socket *sock);
socket           2650 include/linux/security.h int security_socket_getpeername(struct socket *sock);
socket           2651 include/linux/security.h int security_socket_getsockopt(struct socket *sock, int level, int optname);
socket           2652 include/linux/security.h int security_socket_setsockopt(struct socket *sock, int level, int optname);
socket           2653 include/linux/security.h int security_socket_shutdown(struct socket *sock, int how);
socket           2655 include/linux/security.h int security_socket_getpeersec_stream(struct socket *sock, char __user *optval,
socket           2657 include/linux/security.h int security_socket_getpeersec_dgram(struct socket *sock, struct sk_buff *skb, u32 *secid);
socket           2663 include/linux/security.h void security_sock_graft(struct sock*sk, struct socket *parent);
socket           2690 include/linux/security.h static inline int security_unix_may_send(struct socket *sock,
socket           2691 include/linux/security.h 					 struct socket *other)
socket           2702 include/linux/security.h static inline int security_socket_post_create(struct socket *sock,
socket           2710 include/linux/security.h static inline int security_socket_bind(struct socket *sock,
socket           2717 include/linux/security.h static inline int security_socket_connect(struct socket *sock,
socket           2724 include/linux/security.h static inline int security_socket_listen(struct socket *sock, int backlog)
socket           2729 include/linux/security.h static inline int security_socket_accept(struct socket *sock,
socket           2730 include/linux/security.h 					 struct socket *newsock)
socket           2735 include/linux/security.h static inline int security_socket_sendmsg(struct socket *sock,
socket           2741 include/linux/security.h static inline int security_socket_recvmsg(struct socket *sock,
socket           2748 include/linux/security.h static inline int security_socket_getsockname(struct socket *sock)
socket           2753 include/linux/security.h static inline int security_socket_getpeername(struct socket *sock)
socket           2758 include/linux/security.h static inline int security_socket_getsockopt(struct socket *sock,
socket           2764 include/linux/security.h static inline int security_socket_setsockopt(struct socket *sock,
socket           2770 include/linux/security.h static inline int security_socket_shutdown(struct socket *sock, int how)
socket           2780 include/linux/security.h static inline int security_socket_getpeersec_stream(struct socket *sock, char __user *optval,
socket           2786 include/linux/security.h static inline int security_socket_getpeersec_dgram(struct socket *sock, struct sk_buff *skb, u32 *secid)
socket           2812 include/linux/security.h static inline void security_sock_graft(struct sock *sk, struct socket *parent)
socket           2630 include/linux/skbuff.h unsigned int datagram_poll(struct file *file, struct socket *sock,
socket             20 include/linux/sunrpc/svcsock.h 	struct socket *		sk_sock;	/* berkeley socket layer */
socket             34 include/net/af_rxrpc.h void rxrpc_kernel_intercept_rx_messages(struct socket *, rxrpc_interceptor_t);
socket             35 include/net/af_rxrpc.h struct rxrpc_call *rxrpc_kernel_begin_call(struct socket *,
socket             48 include/net/af_rxrpc.h struct rxrpc_call *rxrpc_kernel_accept_call(struct socket *, unsigned long);
socket             49 include/net/af_rxrpc.h int rxrpc_kernel_reject_call(struct socket *);
socket             75 include/net/af_vsock.h 			    struct socket *sock,
socket            248 include/net/bluetooth/bluetooth.h int  bt_sock_recvmsg(struct kiocb *iocb, struct socket *sock,
socket            250 include/net/bluetooth/bluetooth.h int  bt_sock_stream_recvmsg(struct kiocb *iocb, struct socket *sock,
socket            252 include/net/bluetooth/bluetooth.h uint bt_sock_poll(struct file *file, struct socket *sock, poll_table *wait);
socket            253 include/net/bluetooth/bluetooth.h int  bt_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
socket            259 include/net/bluetooth/bluetooth.h struct sock *bt_accept_dequeue(struct sock *parent, struct socket *newsock);
socket            922 include/net/bluetooth/l2cap.h bool l2cap_is_socket(struct socket *sock);
socket            157 include/net/bluetooth/rfcomm.h 	struct socket   *sock;
socket           1883 include/net/cfg80211.h 	struct socket *sock;
socket            101 include/net/dn_fib.h int dn_fib_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
socket             75 include/net/geneve.h 	struct socket		*sock;
socket             14 include/net/inet_common.h struct socket;
socket             16 include/net/inet_common.h int inet_release(struct socket *sock);
socket             17 include/net/inet_common.h int inet_stream_connect(struct socket *sock, struct sockaddr *uaddr,
socket             19 include/net/inet_common.h int __inet_stream_connect(struct socket *sock, struct sockaddr *uaddr,
socket             21 include/net/inet_common.h int inet_dgram_connect(struct socket *sock, struct sockaddr *uaddr,
socket             23 include/net/inet_common.h int inet_accept(struct socket *sock, struct socket *newsock, int flags);
socket             24 include/net/inet_common.h int inet_sendmsg(struct kiocb *iocb, struct socket *sock, struct msghdr *msg,
socket             26 include/net/inet_common.h ssize_t inet_sendpage(struct socket *sock, struct page *page, int offset,
socket             28 include/net/inet_common.h int inet_recvmsg(struct kiocb *iocb, struct socket *sock, struct msghdr *msg,
socket             30 include/net/inet_common.h int inet_shutdown(struct socket *sock, int how);
socket             31 include/net/inet_common.h int inet_listen(struct socket *sock, int backlog);
socket             33 include/net/inet_common.h int inet_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len);
socket             34 include/net/inet_common.h int inet_getname(struct socket *sock, struct sockaddr *uaddr, int *uaddr_len,
socket             36 include/net/inet_common.h int inet_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
socket            867 include/net/ipv6.h int inet6_release(struct socket *sock);
socket            868 include/net/ipv6.h int inet6_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len);
socket            869 include/net/ipv6.h int inet6_getname(struct socket *sock, struct sockaddr *uaddr, int *uaddr_len,
socket            871 include/net/ipv6.h int inet6_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
socket            155 include/net/iucv/af_iucv.h unsigned int iucv_sock_poll(struct file *file, struct socket *sock,
socket            161 include/net/iucv/af_iucv.h struct sock *iucv_accept_dequeue(struct sock *parent, struct socket *newsock);
socket             38 include/net/scm.h int __scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm);
socket             43 include/net/scm.h static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm)
socket             48 include/net/scm.h static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm)
socket             74 include/net/scm.h static __inline__ int scm_send(struct socket *sock, struct msghdr *msg,
socket             89 include/net/scm.h static inline void scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm)
socket            105 include/net/scm.h static inline void scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm)
socket            109 include/net/scm.h static __inline__ void scm_recv(struct socket *sock, struct msghdr *msg,
socket            102 include/net/sctp/sctp.h int sctp_inet_listen(struct socket *sock, int backlog);
socket            105 include/net/sctp/sctp.h unsigned int sctp_poll(struct file *file, struct socket *sock,
socket            339 include/net/sctp/sctp.h int sctp_do_peeloff(struct sock *sk, sctp_assoc_t id, struct socket **sockp);
socket            414 include/net/sock.h 	struct socket		*sk_socket;
socket           1378 include/net/sock.h 	struct socket		*sock;
socket           1396 include/net/sock.h 	struct socket socket;
socket           1400 include/net/sock.h static inline struct socket *SOCKET_I(struct inode *inode)
socket           1402 include/net/sock.h 	return &container_of(inode, struct socket_alloc, vfs_inode)->socket;
socket           1405 include/net/sock.h static inline struct inode *SOCK_INODE(struct socket *socket)
socket           1407 include/net/sock.h 	return &container_of(socket, struct socket_alloc, socket)->vfs_inode;
socket           1579 include/net/sock.h int sock_setsockopt(struct socket *sock, int level, int op,
socket           1582 include/net/sock.h int sock_getsockopt(struct socket *sock, int level, int op,
socket           1597 include/net/sock.h int sock_no_bind(struct socket *, struct sockaddr *, int);
socket           1598 include/net/sock.h int sock_no_connect(struct socket *, struct sockaddr *, int, int);
socket           1599 include/net/sock.h int sock_no_socketpair(struct socket *, struct socket *);
socket           1600 include/net/sock.h int sock_no_accept(struct socket *, struct socket *, int);
socket           1601 include/net/sock.h int sock_no_getname(struct socket *, struct sockaddr *, int *, int);
socket           1602 include/net/sock.h unsigned int sock_no_poll(struct file *, struct socket *,
socket           1604 include/net/sock.h int sock_no_ioctl(struct socket *, unsigned int, unsigned long);
socket           1605 include/net/sock.h int sock_no_listen(struct socket *, int);
socket           1606 include/net/sock.h int sock_no_shutdown(struct socket *, int);
socket           1607 include/net/sock.h int sock_no_getsockopt(struct socket *, int , int, char __user *, int __user *);
socket           1608 include/net/sock.h int sock_no_setsockopt(struct socket *, int, int, char __user *, unsigned int);
socket           1609 include/net/sock.h int sock_no_sendmsg(struct kiocb *, struct socket *, struct msghdr *, size_t);
socket           1610 include/net/sock.h int sock_no_recvmsg(struct kiocb *, struct socket *, struct msghdr *, size_t,
socket           1612 include/net/sock.h int sock_no_mmap(struct file *file, struct socket *sock,
socket           1614 include/net/sock.h ssize_t sock_no_sendpage(struct socket *sock, struct page *page, int offset,
socket           1621 include/net/sock.h int sock_common_getsockopt(struct socket *sock, int level, int optname,
socket           1623 include/net/sock.h int sock_common_recvmsg(struct kiocb *iocb, struct socket *sock,
socket           1625 include/net/sock.h int sock_common_setsockopt(struct socket *sock, int level, int optname,
socket           1627 include/net/sock.h int compat_sock_common_getsockopt(struct socket *sock, int level,
socket           1629 include/net/sock.h int compat_sock_common_setsockopt(struct socket *sock, int level,
socket           1639 include/net/sock.h void sock_init_data(struct socket *sock, struct sock *sk);
socket           1694 include/net/sock.h static inline void sk_set_socket(struct sock *sk, struct socket *sock)
socket           1721 include/net/sock.h static inline void sock_graft(struct sock *sk, struct socket *parent)
socket            371 include/net/tcp.h ssize_t tcp_splice_read(struct socket *sk, loff_t *ppos,
socket            424 include/net/tcp.h unsigned int tcp_poll(struct file *file, struct socket *sock,
socket            240 include/net/udp.h unsigned int udp_poll(struct file *file, struct socket *sock, poll_table *wait);
socket             38 include/net/udp_tunnel.h 		     struct socket **sockp);
socket             42 include/net/udp_tunnel.h 		     struct socket **sockp);
socket             45 include/net/udp_tunnel.h 				   struct socket **sockp)
socket             53 include/net/udp_tunnel.h 				  struct socket **sockp)
socket             76 include/net/udp_tunnel.h void setup_udp_tunnel_sock(struct net *net, struct socket *sock,
socket             80 include/net/udp_tunnel.h int udp_tunnel_xmit_skb(struct socket *sock, struct rtable *rt,
socket             86 include/net/udp_tunnel.h int udp_tunnel6_xmit_skb(struct socket *sock, struct dst_entry *dst,
socket             93 include/net/udp_tunnel.h void udp_tunnel_sock_release(struct socket *sock);
socket            112 include/net/udp_tunnel.h static inline void udp_tunnel_encap_enable(struct socket *sock)
socket             29 include/net/vxlan.h 	struct socket	 *sock;
socket             94 include/pcmcia/ds.h 	struct pcmcia_socket	*socket;
socket            135 include/pcmcia/ss.h 	socket_state_t			socket;
socket            258 include/pcmcia/ss.h extern void pcmcia_parse_events(struct pcmcia_socket *socket,
socket            262 include/pcmcia/ss.h extern int pcmcia_register_socket(struct pcmcia_socket *socket);
socket            263 include/pcmcia/ss.h extern void pcmcia_unregister_socket(struct pcmcia_socket *socket);
socket             42 include/scsi/libiscsi.h struct socket;
socket            205 include/trace/events/sunrpc.h 			struct socket *socket
socket            208 include/trace/events/sunrpc.h 		TP_ARGS(xprt, socket),
socket            221 include/trace/events/sunrpc.h 			struct inode *inode = SOCK_INODE(socket);
socket            222 include/trace/events/sunrpc.h 			__entry->socket_state = socket->state;
socket            223 include/trace/events/sunrpc.h 			__entry->sock_state = socket->sk->sk_state;
socket            245 include/trace/events/sunrpc.h 				struct socket *socket \
socket            247 include/trace/events/sunrpc.h 			TP_ARGS(xprt, socket))
socket            253 include/trace/events/sunrpc.h 			struct socket *socket,
socket            257 include/trace/events/sunrpc.h 		TP_ARGS(xprt, socket, error),
socket            271 include/trace/events/sunrpc.h 			struct inode *inode = SOCK_INODE(socket);
socket            272 include/trace/events/sunrpc.h 			__entry->socket_state = socket->state;
socket            273 include/trace/events/sunrpc.h 			__entry->sock_state = socket->sk->sk_state;
socket            297 include/trace/events/sunrpc.h 				struct socket *socket, \
socket            300 include/trace/events/sunrpc.h 			TP_ARGS(xprt, socket, error))