Home
last modified time | relevance | path

Searched defs:sock (Results 1 – 13 of 13) sorted by relevance

/include/net/
Dsock.h204 struct sock { struct
209 struct sock_common __sk_common; argument
227 socket_lock_t sk_lock; argument
233 struct {
236 } sk_backlog;
237 wait_queue_head_t *sk_sleep;
238 struct dst_entry *sk_dst_cache;
240 struct xfrm_policy *sk_policy[2];
242 rwlock_t sk_dst_lock;
243 atomic_t sk_rmem_alloc;
[all …]
Dscm.h39 static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm) in unix_get_peersec_dgram()
44 static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm) in unix_get_peersec_dgram()
54 static __inline__ int scm_send(struct socket *sock, struct msghdr *msg, in scm_send()
70 static inline void scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) in scm_passec()
86 static inline void scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) in scm_passec()
90 static __inline__ void scm_recv(struct socket *sock, struct msghdr *msg, in scm_recv()
Dipx.h20 __be16 sock; member
Dnetrom.h67 struct sock sock; member
Drose.h120 struct sock sock; member
/include/linux/
Dsecurity.h2569 static inline int security_unix_stream_connect(struct socket *sock, in security_unix_stream_connect()
2576 static inline int security_unix_may_send(struct socket *sock, in security_unix_may_send()
2588 static inline int security_socket_post_create(struct socket *sock, in security_socket_post_create()
2596 static inline int security_socket_bind(struct socket *sock, in security_socket_bind()
2603 static inline int security_socket_connect(struct socket *sock, in security_socket_connect()
2610 static inline int security_socket_listen(struct socket *sock, int backlog) in security_socket_listen()
2615 static inline int security_socket_accept(struct socket *sock, in security_socket_accept()
2621 static inline void security_socket_post_accept(struct socket *sock, in security_socket_post_accept()
2626 static inline int security_socket_sendmsg(struct socket *sock, in security_socket_sendmsg()
2632 static inline int security_socket_recvmsg(struct socket *sock, in security_socket_recvmsg()
[all …]
Dnbd.h54 struct socket * sock; member
Dmroute6.h145 int ip6_mroute_setsockopt(struct sock *sock, in ip6_mroute_setsockopt()
152 int ip6_mroute_getsockopt(struct sock *sock, in ip6_mroute_getsockopt()
Dmroute.h154 int ip_mroute_setsockopt(struct sock *sock, in ip_mroute_setsockopt()
161 int ip_mroute_getsockopt(struct sock *sock, in ip_mroute_getsockopt()
Dnet.h224 #define sockfd_put(sock) fput(sock->file) argument
Datmdev.h334 static inline struct atm_vcc *ATM_SD(struct socket *sock) in ATM_SD()
/include/pcmcia/
Dss.h115 struct pcmcia_socket *sock; member
167 unsigned int sock; /* socket number */ member
/include/net/bluetooth/
Drfcomm.h156 struct socket *sock; member