Searched defs:sock (Results 1 – 19 of 19) sorted by relevance
/include/net/ |
D | sock.h | 301 struct sock { struct 306 struct sock_common __sk_common; argument 333 socket_lock_t sk_lock; argument 337 * the per-socket spinlock held and requires low latency argument 363 struct socket_wq __rcu *sk_wq; argument 366 struct xfrm_policy *sk_policy[2]; 368 unsigned long sk_flags; 369 struct dst_entry *sk_rx_dst; 370 struct dst_entry __rcu *sk_dst_cache; 371 spinlock_t sk_dst_lock; [all …]
|
D | scm.h | 43 static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm) in unix_get_peersec_dgram() 48 static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm) in unix_get_peersec_dgram() 74 static __inline__ int scm_send(struct socket *sock, struct msghdr *msg, in scm_send() 89 static inline void scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) in scm_passec() 105 static inline void scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) in scm_passec() 109 static __inline__ void scm_recv(struct socket *sock, struct msghdr *msg, in scm_recv()
|
D | vxlan.h | 29 struct socket *sock; member
|
D | udp_tunnel.h | 112 static inline void udp_tunnel_encap_enable(struct socket *sock) in udp_tunnel_encap_enable()
|
D | geneve.h | 75 struct socket *sock; member
|
D | ipx.h | 21 __be16 sock; member
|
D | netrom.h | 64 struct sock sock; member
|
D | rose.h | 126 struct sock sock; member
|
D | cfg80211.h | 1886 struct socket *sock; member
|
/include/linux/ |
D | mroute.h | 29 int ip_mroute_setsockopt(struct sock *sock, in ip_mroute_setsockopt() 36 int ip_mroute_getsockopt(struct sock *sock, in ip_mroute_getsockopt()
|
D | mroute6.h | 34 int ip6_mroute_setsockopt(struct sock *sock, in ip6_mroute_setsockopt() 41 int ip6_mroute_getsockopt(struct sock *sock, in ip6_mroute_getsockopt()
|
D | security.h | 2712 static inline int security_unix_stream_connect(struct sock *sock, in security_unix_stream_connect() 2719 static inline int security_unix_may_send(struct socket *sock, in security_unix_may_send() 2731 static inline int security_socket_post_create(struct socket *sock, in security_socket_post_create() 2739 static inline int security_socket_bind(struct socket *sock, in security_socket_bind() 2746 static inline int security_socket_connect(struct socket *sock, in security_socket_connect() 2753 static inline int security_socket_listen(struct socket *sock, int backlog) in security_socket_listen() 2758 static inline int security_socket_accept(struct socket *sock, in security_socket_accept() 2764 static inline int security_socket_sendmsg(struct socket *sock, in security_socket_sendmsg() 2770 static inline int security_socket_recvmsg(struct socket *sock, in security_socket_recvmsg() 2777 static inline int security_socket_getsockname(struct socket *sock) in security_socket_getsockname() [all …]
|
D | nbd.h | 27 struct socket * sock; /* If == NULL, device is not ready, yet */ member
|
D | net.h | 222 #define sockfd_put(sock) fput(sock->file) argument
|
D | atmdev.h | 128 static inline struct atm_vcc *ATM_SD(struct socket *sock) in ATM_SD()
|
/include/pcmcia/ |
D | ss.h | 152 unsigned int sock; /* socket number */ member
|
/include/linux/ceph/ |
D | messenger.h | 184 struct socket *sock; member
|
/include/net/bluetooth/ |
D | rfcomm.h | 157 struct socket *sock; member
|
/include/target/iscsi/ |
D | iscsi_target_core.h | 562 struct socket *sock; member
|