/kernel/linux/linux-5.10/security/apparmor/ |
H A D | Makefile | |
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | Makefile | |
/foundation/communication/netmanager_base/bpf/bpf_progs/ |
H A D | net_permission.c | 21 static SEC("cgroup/socket/create") int bpf_socekt_create(struct bpf_sock *sock) {}
in bpf_socekt_create() argument
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | sock_example.h | 16 int sock; in open_raw_sock() local
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | sock_example.h | 16 int sock; in open_raw_sock() local
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | spunge_app.c | 24 static FILLP_INT SpungeInitSocket(struct FtSocket *sock) in SpungeInitSocket() argument 86 struct FtSocket *sock = FILLP_NULL_PTR; SpungeAllocSock() local 114 SpungeDelEpInstFromFtSocket(struct FtSocket *sock, FILLP_INT epFd) SpungeDelEpInstFromFtSocket() argument [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | udp_limit.c | 17 int sock(struct bpf_sock *ctx) in sock() function
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | cpumap.h | 31 static inline int cpu_map__socket(struct perf_cpu_map *sock, int s) in cpu_map__socket() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | udp_limit.c | 17 int sock(struct bpf_sock *ctx) in sock() function
|
H A D | bpf_iter_bpf_sk_storage_helpers.c | 30 struct socket *sock; in fill_socket_owner() local
|
H A D | test_skc_to_unix_sock.c | 13 int BPF_PROG(unix_listen, struct socket *sock, int backlog) in BPF_PROG() argument
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_svc_dg_create/ |
H A D | tirpc_svc_dg_create.c | 43 int sock; in main() local
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcudp_create/ |
H A D | rpc_svcudp_create.c | 46 int sock = 600; in main() local
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svctcp_create/ |
H A D | rpc_svctcp_create.c | 46 int sock = 600; in main() local
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_svc_vc_create/ |
H A D | tirpc_svc_vc_create.c | 43 int sock; in main() local
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | spunge.c | 35 void SpungeEpollAppRecvOne(struct FtSocket *sock) in SpungeEpollAppRecvOne() argument 40 void SpungeEpollEventCallback(struct FtSocket *sock, FILLP_INT event, FILLP_INT count) in SpungeEpollEventCallback() argument [all...] |
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/platform/unix/dfile/ |
H A D | sys_dfile.c | 21 int32_t CheckFdSetSize(SocketDesc sock) in CheckFdSetSize() argument
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/platform/liteos/dfile/ |
H A D | sys_dfile.c | 21 int32_t CheckFdSetSize(SocketDesc sock) in CheckFdSetSize() argument
|
/third_party/libuv/test/ |
H A D | test-poll-closesocket.c | 29 static uv_os_sock_t sock; variable
|
/third_party/libcoap/src/ |
H A D | coap_io_riot.c | 53 coap_socket_send(coap_socket_t *sock, in coap_socket_send() argument
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib/ |
H A D | librpc-tirpc.c | 28 int sock; in bound_socket() local
|
/third_party/ltp/testcases/kernel/syscalls/setsockopt/ |
H A D | setsockopt09.c | 36 static int sock = -1; variable [all...] |
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcudp_bufcreate/ |
H A D | rpc_svcudp_bufcreate.c | 50 int sock = 600; in main() local
|
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/ |
H A D | dns_proxy_request_socket.h | 60 int32_t sock; member in OHOS::nmd::final
|
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/include/ |
H A D | socket_exec_common.h | 28 static bool MakeNonBlock(int sock) in MakeNonBlock() argument 54 int sock = socket(family, SOCK_STREAM, IPPROTO_TCP); in MakeTcpSocket() local 72 int sock = socket(family, SOCK_DGRAM, IPPROTO_UDP); MakeUdpSocket() local 87 int sock = socket(AF_UNIX, socketType, 0); MakeLocalSocket() local [all...] |