| /foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/ |
| H A D | wifi_cmd_client.cpp | 114 int sock = socket(AF_INET, SOCK_DGRAM, 0); in SendCommandToDriverByInterfaceName() local
|
| /foundation/communication/netstack/frameworks/js/napi/socket/async_context/src/ |
| H A D | local_socket_context.cpp | 33 void LocalSocketBaseContext::SetSocketFd(int sock) in SetSocketFd() argument
|
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
| H A D | fillp_stack_app_config.c | 22 static FILLP_INT FillpValidateSockAllocStateWithRdwaitAcquired(struct FtSocket *sock, FILLP_INT sockIndex) in FillpValidateSockAllocStateWithRdwaitAcquired() argument 35 struct FtSocket *sock = FILLP_NULL_PTR; in FtGetRightAppResourceByIndex() local 128 struct FtSocket *sock in FtAppInitConfigSet() local 216 struct FtSocket *sock = FILLP_NULL_PTR; FtAppInitConfigGet() local 245 FtInnerValidateAppConfigSet(FILLP_UINT32 name, struct FtSocket *sock, FILLP_INT sockIndex) FtInnerValidateAppConfigSet() argument 276 struct FtSocket *sock = FILLP_NULL_PTR; FtSetConfigApp() local 330 FtCheckSockValid(struct FtSocket *sock) FtCheckSockValid() argument 347 FtGetAppFcPeriodRecvRate(struct FtSocket *sock, FILLP_UINT32 *value) FtGetAppFcPeriodRecvRate() argument 361 FtGetAppFcPeriodRecvRateBps(struct FtSocket *sock, FILLP_ULLONG *value) FtGetAppFcPeriodRecvRateBps() argument 374 FtGetAppFcPeriodRecvPktLost(struct FtSocket *sock, FILLP_UINT32 *value) FtGetAppFcPeriodRecvPktLost() argument 388 FtGetAppFcPeriodStastics(struct FtSocket *sock, void *value) FtGetAppFcPeriodStastics() argument 413 FtGetSockValue(void *value, struct FtSocket *sock, FILLP_UINT32 name) FtGetSockValue() argument 462 struct FtSocket *sock = FILLP_NULL_PTR; FtGetConfigApp() local [all...] |
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
| H A D | fillp_timer.c | 46 struct FtSocket *sock = FILLP_GET_SOCKET(pcb); in FillpCalFcAppStastics() local 151 struct FtSocket *sock = FILLP_GET_SOCKET(pcb); in FillpPackTimerCb() local
|
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/ |
| H A D | net.c | 48 void NetconnSetSock(struct FtSocket *sock, struct FtNetconn *conn) in NetconnSetSock() argument
|
| /kernel/linux/linux-5.10/arch/um/drivers/ |
| H A D | daemon_user.c | 30 struct sockaddr_un sock; member
|
| /kernel/linux/linux-6.6/arch/um/drivers/ |
| H A D | daemon_user.c | 30 struct sockaddr_un sock; member
|
| /kernel/linux/linux-5.10/drivers/pcmcia/ |
| H A D | at91_cf.c | 110 at91_cf_set_socket(struct pcmcia_socket *sock, struct socket_state_t *s) in at91_cf_set_socket() argument
|
| /kernel/linux/linux-5.10/net/sunrpc/ |
| H A D | socklib.c | 205 static inline int xprt_sendmsg(struct socket *sock, struct msghdr *msg, in xprt_sendmsg() argument 213 static int xprt_send_kvec(struct socket *sock, struct msghdr *msg, in xprt_send_kvec() argument 220 static int xprt_send_pagedata(struct socket *sock, struct msghdr *msg, in xprt_send_pagedata() argument 239 static int xprt_send_rm_and_kvec(struct socket *sock, struct msghdr *msg, in xprt_send_rm_and_kvec() argument 269 xprt_sock_sendmsg(struct socket *sock, struct msghdr *msg, struct xdr_buf *xdr, unsigned int base, rpc_fraghdr marker, unsigned int *sent_p) xprt_sock_sendmsg() argument [all...] |
| /kernel/linux/linux-5.10/samples/bpf/ |
| H A D | fds_example.c | 112 int fd, sock, ret; in bpf_do_prog() local
|
| /kernel/linux/linux-5.10/samples/seccomp/ |
| H A D | user-trap.c | 32 static int send_fd(int sock, int fd) in send_fd() argument 61 static int recv_fd(int sock) in recv_fd() argument
|
| /kernel/linux/linux-5.10/net/rds/ |
| H A D | tcp_listen.c | 41 void rds_tcp_keepalive(struct socket *sock) in rds_tcp_keepalive() argument 97 int rds_tcp_accept_one(struct socket *sock) in rds_tcp_accept_one() argument 265 struct socket *sock = NULL; rds_tcp_listen_init() local 322 rds_tcp_listen_stop(struct socket *sock, struct work_struct *acceptor) rds_tcp_listen_stop() argument [all...] |
| H A D | tcp_recv.c | 265 struct socket *sock = tc->t_sock; in rds_tcp_read_sock() local 293 struct socket *sock = tc->t_sock; in rds_tcp_recv_path() local [all...] |
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | mroute6.h | 37 static inline int ip6_mroute_setsockopt(struct sock *sock, int optname, in ip6_mroute_setsockopt() argument 44 int ip6_mroute_getsockopt(struct sock *sock, in ip6_mroute_getsockopt() argument [all...] |
| /kernel/linux/linux-5.10/include/net/ |
| H A D | scm.h | 47 static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm) in unix_get_peersec_dgram() argument 52 static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm) in unix_get_peersec_dgram() argument 78 static __inline__ int scm_send(struct socket *sock, struct msghdr *msg, in scm_send() argument 93 static inline void scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) in scm_passec() argument 109 static inline bool scm_has_secdata(struct socket *sock) in scm_has_secdata() argument 114 scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) scm_passec() argument 117 scm_has_secdata(struct socket *sock) scm_has_secdata() argument 123 scm_recv(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm, int flags) scm_recv() argument [all...] |
| /kernel/linux/linux-5.10/security/apparmor/ |
| H A D | net.c | 181 aa_sock_file_perm(struct aa_label *label, const char *op, u32 request, struct socket *sock) aa_sock_file_perm() argument
|
| /kernel/linux/linux-5.10/security/selinux/include/ |
| H A D | netlabel.h | 132 selinux_netlbl_socket_setsockopt(struct socket *sock, int level, int optname) selinux_netlbl_socket_setsockopt() argument [all...] |
| /kernel/linux/linux-5.10/fs/hmdfs/comm/ |
| H A D | transport.h | 58 struct socket *sock; member
|
| /kernel/linux/linux-5.10/fs/ocfs2/cluster/ |
| H A D | tcp.h | 54 static inline int o2net_link_down(int err, struct socket *sock) in o2net_link_down() argument
|
| /kernel/linux/linux-5.10/net/core/ |
| H A D | netclassid_cgroup.c | 73 struct socket *sock = sock_from_file(file, &err); in update_classid_sock() local
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| H A D | udp_tunnel_core.c | 17 struct socket *sock = NULL; in udp_sock_create4() local 63 setup_udp_tunnel_sock(struct net *net, struct socket *sock, struct udp_tunnel_sock_cfg *cfg) setup_udp_tunnel_sock() argument 87 udp_tunnel_push_rx_port(struct net_device *dev, struct socket *sock, unsigned short type) udp_tunnel_push_rx_port() argument 105 udp_tunnel_drop_rx_port(struct net_device *dev, struct socket *sock, unsigned short type) udp_tunnel_drop_rx_port() argument 124 udp_tunnel_notify_add_rx_port(struct socket *sock, unsigned short type) udp_tunnel_notify_add_rx_port() argument 148 udp_tunnel_notify_del_rx_port(struct socket *sock, unsigned short type) udp_tunnel_notify_del_rx_port() argument 194 udp_tunnel_sock_release(struct socket *sock) udp_tunnel_sock_release() argument [all...] |
| /kernel/linux/linux-6.6/fs/hmdfs/comm/ |
| H A D | transport.h | 58 struct socket *sock; member
|
| /kernel/linux/linux-6.6/fs/ocfs2/cluster/ |
| H A D | tcp.h | 52 static inline int o2net_link_down(int err, struct socket *sock) in o2net_link_down() argument
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | mroute6.h | 37 static inline int ip6_mroute_setsockopt(struct sock *sock, int optname, in ip6_mroute_setsockopt() argument 44 int ip6_mroute_getsockopt(struct sock *sock, in ip6_mroute_getsockopt() argument [all...] |
| /kernel/linux/linux-6.6/include/net/ |
| H A D | scm.h | 48 static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm) in unix_get_peersec_dgram() argument 53 static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm) in unix_get_peersec_dgram() argument 79 static __inline__ int scm_send(struct socket *sock, struct msghdr *msg, in scm_send() argument 94 static inline void scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) in scm_passec() argument 110 static inline bool scm_has_secdata(struct socket *sock) in scm_has_secdata() argument 115 scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) scm_passec() argument 118 scm_has_secdata(struct socket *sock) scm_has_secdata() argument 160 __scm_recv_common(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm, int flags) __scm_recv_common() argument 190 scm_recv(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm, int flags) scm_recv() argument 199 scm_recv_unix(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm, int flags) scm_recv_unix() argument [all...] |