Skip to content
/linux-syscalls

Network · Section 2

(2)

Signature

#include <unistd.h>

— accept();

Description

Architecture mapping

ArchitectureNumberABIEntry point
x64 (x86_64)43commonsys_accept
ARM64 (aarch64)202sys_accept

Kernel history

Introduced in Linux —.

seccomp & containers

Docker default profile

Allowed

Podman default profile

Allowed

strace example

$ strace -e accept <cmd>

Security & observability