/linux/arch/um/drivers/ |
A D | harddog_kern.c | 68 char *sock = NULL; in harddog_open() local
|
A D | harddog_user.c | 30 int start_watchdog(int *in_fd_ret, int *out_fd_ret, char *sock) in start_watchdog()
|
A D | daemon_user.c | 30 struct sockaddr_un sock; member
|
/linux/net/unix/ |
A D | scm.c | 31 struct socket *sock = SOCKET_I(inode); in unix_get_socket() local
|
/linux/tools/testing/selftests/net/ |
A D | hwtstamp_config.c | 91 int sock; in main() local
|
A D | ipsec.c | 154 static int netlink_sock(int *sock, uint32_t *seq_nr, int proto) in netlink_sock() 246 static int netlink_check_answer(int sock) in netlink_check_answer() 269 static int veth_add(int sock, uint32_t seq, const char *peera, int ns_a, in veth_add() 319 static int ip4_addr_set(int sock, uint32_t seq, const char *intf, in ip4_addr_set() 361 static int link_set_up(int sock, uint32_t seq, const char *intf) in link_set_up() 387 static int ip4_route_set(int sock, uint32_t seq, const char *intf, in ip4_route_set() 1340 static int netlink_sock_bind(int *sock, uint32_t *seq, int proto, uint32_t groups) in netlink_sock_bind()
|
/linux/security/smack/ |
A D | smack_lsm.c | 1418 struct socket *sock; in smack_inode_getsecurity() local 1808 struct socket *sock; in smack_file_receive() local 2694 struct socket *sock; in smack_inode_setsecurity() local 2755 static int smack_socket_post_create(struct socket *sock, int family, in smack_socket_post_create() 2812 static int smack_socket_bind(struct socket *sock, struct sockaddr *address, in smack_socket_bind() 2835 static int smack_socket_connect(struct socket *sock, struct sockaddr *sap, in smack_socket_connect() 3582 static int smack_unix_stream_connect(struct sock *sock, in smack_unix_stream_connect() 3633 static int smack_unix_may_send(struct socket *sock, struct socket *other) in smack_unix_may_send() 3665 static int smack_socket_sendmsg(struct socket *sock, struct msghdr *msg, in smack_socket_sendmsg() 4002 static int smack_socket_getpeersec_stream(struct socket *sock, in smack_socket_getpeersec_stream() [all …]
|
/linux/net/rds/ |
A D | tcp_send.c | 56 static int rds_tcp_sendmsg(struct socket *sock, void *data, unsigned int len) in rds_tcp_sendmsg()
|
A D | info.c | 158 int rds_info_getsockopt(struct socket *sock, int optname, char __user *optval, in rds_info_getsockopt()
|
A D | bind.c | 163 int rds_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len) in rds_bind()
|
/linux/samples/bpf/ |
A D | sockex3_user.c | 28 int i, sock, key, fd, main_prog_fd, jmp_table_fd, hash_map_fd; in main() local
|
A D | fds_example.c | 112 int fd, sock, ret; in bpf_do_prog() local
|
/linux/drivers/scsi/ |
A D | iscsi_tcp.h | 30 struct socket *sock; member
|
/linux/fs/afs/ |
A D | rxrpc.c | 277 static void afs_notify_end_request_tx(struct sock *sock, in afs_notify_end_request_tx() 802 static void afs_notify_end_reply_tx(struct sock *sock, in afs_notify_end_reply_tx()
|
/linux/security/selinux/ |
A D | hooks.c | 4673 static int selinux_socket_post_create(struct socket *sock, int family, in selinux_socket_post_create() 4857 static int selinux_socket_connect_helper(struct socket *sock, in selinux_socket_connect_helper() 4948 static int selinux_socket_connect(struct socket *sock, in selinux_socket_connect() 4961 static int selinux_socket_listen(struct socket *sock, int backlog) in selinux_socket_listen() 5004 static int selinux_socket_getsockname(struct socket *sock) in selinux_socket_getsockname() 5009 static int selinux_socket_getpeername(struct socket *sock) in selinux_socket_getpeername() 5025 static int selinux_socket_getsockopt(struct socket *sock, int level, in selinux_socket_getsockopt() 5031 static int selinux_socket_shutdown(struct socket *sock, int how) in selinux_socket_shutdown() 5036 static int selinux_socket_unix_stream_connect(struct sock *sock, in selinux_socket_unix_stream_connect() 5071 static int selinux_socket_unix_may_send(struct socket *sock, in selinux_socket_unix_may_send() [all …]
|
/linux/net/dccp/ccids/lib/ |
A D | loss_interval.c | 139 u32 (*calc_first_li)(struct sock *), struct sock *sk) in tfrc_lh_interval_add()
|
/linux/fs/ocfs2/cluster/ |
A D | tcp.h | 52 static inline int o2net_link_down(int err, struct socket *sock) in o2net_link_down()
|
/linux/net/core/ |
A D | netclassid_cgroup.c | 72 struct socket *sock = sock_from_file(file); in update_classid_sock() local
|
/linux/net/xfrm/ |
A D | xfrm_input.c | 778 int (*finish)(struct net *, struct sock *, in xfrm_trans_queue_net() 799 int (*finish)(struct net *, struct sock *, in xfrm_trans_queue()
|
/linux/net/bluetooth/bnep/ |
A D | bnep.h | 110 int sock; /* Connected socket */ member 160 struct socket *sock; member
|
/linux/net/bluetooth/hidp/ |
A D | core.c | 98 static int hidp_send_message(struct hidp_session *session, struct socket *sock, in hidp_send_message() 615 static int hidp_send_frame(struct socket *sock, unsigned char *data, int len) in hidp_send_frame() 633 struct socket *sock) in hidp_process_transmit()
|
/linux/drivers/infiniband/hw/usnic/ |
A D | usnic_ib_qp_grp.h | 76 struct socket *sock; member
|
/linux/security/selinux/include/ |
A D | netlabel.h | 132 static inline int selinux_netlbl_socket_setsockopt(struct socket *sock, in selinux_netlbl_socket_setsockopt()
|
/linux/include/linux/ |
A D | if_tap.h | 64 struct socket sock; member
|
/linux/drivers/target/iscsi/ |
A D | iscsi_target_login.c | 858 struct socket *sock = NULL; in iscsit_setup_np() local 949 struct socket *new_sock, *sock = np->np_socket; in iscsit_accept_np() local
|