Searched defs:sock (Results 76 - 100 of 304) sorted by path

1234567891011>>

/linux-master/drivers/xen/
H A Dpvcalls-back.c58 struct socket *sock; member in struct:sock_mapping
78 struct socket *sock; member in struct:sockpass_mapping
289 pvcalls_sk_state_change(struct sock *sock) argument
300 pvcalls_sk_data_ready(struct sock *sock) argument
316 pvcalls_new_active_socket( struct pvcalls_fedata *fedata, uint64_t id, grant_ref_t ref, evtchn_port_t evtchn, struct socket *sock) argument
397 struct socket *sock; local
523 struct socket *sock; local
586 pvcalls_pass_sk_data_ready(struct sock *sock) argument
[all...]
H A Dpvcalls-front.c59 struct socket *sock; member in struct:sock_mapping
99 static inline struct sock_mapping *pvcalls_enter_sock(struct socket *sock) argument
116 static inline void pvcalls_exit_sock(struct socket *sock) argument
270 int pvcalls_front_socket(struct socket *sock) argument
422 pvcalls_front_connect(struct socket *sock, struct sockaddr *addr, int addr_len, int flags) argument
541 pvcalls_front_sendmsg(struct socket *sock, struct msghdr *msg, size_t len) argument
634 pvcalls_front_recvmsg(struct socket *sock, struct msghdr *msg, size_t len, int flags) argument
670 pvcalls_front_bind(struct socket *sock, struct sockaddr *addr, int addr_len) argument
723 pvcalls_front_listen(struct socket *sock, int backlog) argument
772 pvcalls_front_accept(struct socket *sock, struct socket *newsock, int flags) argument
988 pvcalls_front_poll(struct file *file, struct socket *sock, poll_table *wait) argument
1008 pvcalls_front_release(struct socket *sock) argument
[all...]
/linux-master/fs/afs/
H A Drxrpc.c285 static void afs_notify_end_request_tx(struct sock *sock, argument
781 static void afs_notify_end_reply_tx(struct sock *soc argument
[all...]
/linux-master/fs/dlm/
H A Dlowcomms.c70 struct socket *sock; /* NULL if not connected */ member in struct:connection
118 struct socket *sock; member in struct:listen_connection
645 add_sock(struct socket *sock, struct connection *con) argument
717 dlm_close_sock(struct socket **sock) argument
1132 sctp_bind_addrs(struct socket *sock, uint16_t port) argument
1578 struct socket *sock; local
1769 struct socket *sock; local
1819 dlm_tcp_bind(struct socket *sock) argument
1840 dlm_tcp_connect(struct connection *con, struct socket *sock, struct sockaddr *addr, int addr_len) argument
1857 dlm_tcp_sockopts(struct socket *sock) argument
1863 dlm_tcp_listen_sockopts(struct socket *sock) argument
1869 dlm_tcp_listen_bind(struct socket *sock) argument
1890 dlm_sctp_bind(struct socket *sock) argument
1895 dlm_sctp_connect(struct connection *con, struct socket *sock, struct sockaddr *addr, int addr_len) argument
1922 dlm_sctp_bind_listen(struct socket *sock) argument
1927 dlm_sctp_sockopts(struct socket *sock) argument
[all...]
/linux-master/fs/
H A Deventpoll.c471 struct socket *sock; local
H A Dsplice.c802 struct socket *sock = sock_from_file(out); local
/linux-master/fs/ocfs2/cluster/
H A Dnetdebug.c113 s64 sock, send, status; local
H A Dtcp.c902 o2net_recv_tcp_msg(struct socket *sock, void *data, size_t len) argument
910 o2net_send_tcp_msg(struct socket *sock, struct kvec *vec, size_t veclen, size_t total) argument
1146 o2net_send_status_magic(struct socket *sock, struct o2net_msg *hdr, enum o2net_system_error syserr, int err) argument
1554 struct socket *sock = NULL; local
1779 o2net_accept_one(struct socket *sock, int *more) argument
1913 struct socket *sock = o2net_listen_sock; local
1976 struct socket *sock = NULL; local
2058 struct socket *sock = o2net_listen_sock; local
[all...]
H A Dtcp.h52 static inline int o2net_link_down(int err, struct socket *sock) argument
/linux-master/fs/smb/client/
H A Dconnect.c2901 cifs_reclassify_socket4(struct socket *sock) argument
2911 cifs_reclassify_socket6(struct socket *sock) argument
2921 cifs_reclassify_socket4(struct socket *sock) argument
2926 cifs_reclassify_socket6(struct socket *sock) argument
/linux-master/fs/smb/server/
H A Dtransport_tcp.c35 struct socket *sock; member in struct:tcp_transport
49 static inline void ksmbd_tcp_nodelay(struct socket *sock) argument
54 static inline void ksmbd_tcp_reuseaddr(struct socket *sock) argument
59 static inline void ksmbd_tcp_rcv_timeout(struct socket *sock, s64 secs) argument
69 ksmbd_tcp_snd_timeout(struct socket *sock, s64 secs) argument
[all...]
/linux-master/include/linux/
H A Datmdev.h130 static inline struct atm_vcc *ATM_SD(struct socket *sock) argument
[all...]
H A Dif_tap.h65 struct socket sock; member in struct:tap_queue
H A Dmroute.h27 static inline int ip_mroute_setsockopt(struct sock *sock, int optname, argument
[all...]
H A Dmroute6.h37 static inline int ip6_mroute_setsockopt(struct sock *sock, int optname, argument
44 int ip6_mroute_getsockopt(struct sock *sock, argument
[all...]
H A Dsecurity.h1567 security_unix_stream_connect(struct sock *sock, struct sock *other, struct sock *newsk) argument
1574 security_unix_may_send(struct socket *sock, struct socket *other) argument
1586 security_socket_post_create(struct socket *sock, int family, int type, int protocol, int kern) argument
1600 security_socket_bind(struct socket *sock, struct sockaddr *address, int addrlen) argument
1607 security_socket_connect(struct socket *sock, struct sockaddr *address, int addrlen) argument
1614 security_socket_listen(struct socket *sock, int backlog) argument
1619 security_socket_accept(struct socket *sock, struct socket *newsock) argument
1625 security_socket_sendmsg(struct socket *sock, struct msghdr *msg, int size) argument
1631 security_socket_recvmsg(struct socket *sock, struct msghdr *msg, int size, int flags) argument
1638 security_socket_getsockname(struct socket *sock) argument
1643 security_socket_getpeername(struct socket *sock) argument
1648 security_socket_getsockopt(struct socket *sock, int level, int optname) argument
1654 security_socket_setsockopt(struct socket *sock, int level, int optname) argument
1660 security_socket_shutdown(struct socket *sock, int how) argument
1670 security_socket_getpeersec_stream(struct socket *sock, sockptr_t optval, sockptr_t optlen, unsigned int len) argument
1678 security_socket_getpeersec_dgram(struct socket *sock, struct sk_buff *skb, u32 *secid) argument
[all...]
/linux-master/include/linux/ceph/
H A Dmessenger.h479 struct socket *sock; member in struct:ceph_connection
/linux-master/include/linux/soc/qcom/
H A Dqmi.h217 struct socket *sock; member in struct:qmi_handle
/linux-master/include/linux/sunrpc/
H A Dxprtsock.h25 struct socket * sock; member in struct:sock_xprt
/linux-master/include/net/
H A Damt.h334 struct socket __rcu *sock; member in struct:amt_dev
H A Dcfg80211.h3501 struct socket *sock; member in struct:cfg80211_wowlan_tcp
H A Dnetrom.h68 struct sock sock; member in struct:nr_sock
[all...]
H A Drose.h128 struct sock sock; member in struct:rose_sock
[all...]
H A Dscm.h60 static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm) argument
65 static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm) argument
91 static __inline__ int scm_send(struct socket *sock, struct msghdr *msg, argument
106 static inline void scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) argument
122 static inline bool scm_has_secdata(struct socket *sock) argument
127 scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) argument
130 scm_has_secdata(struct socket *sock) argument
172 __scm_recv_common(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm, int flags) argument
202 scm_recv(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm, int flags) argument
211 scm_recv_unix(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm, int flags) argument
[all...]
/linux-master/include/net/bluetooth/
H A Drfcomm.h156 struct socket *sock; member in struct:rfcomm_session

Completed in 423 milliseconds

1234567891011>>