/linux/net/unix/ |
H A D | Makefile | 3 # Makefile for the Linux unix domain socket layer. 6 obj-$(CONFIG_UNIX) += unix.o 8 unix-y := af_unix.o garbage.o 9 unix-$(CONFIG_SYSCTL) += sysctl_net_unix.o 10 unix-$(CONFIG_BPF_SYSCALL) += unix_bpf.o
|
H A D | af_unix.c | 329 * Check unix socket name: 645 pr_info("Attempt to release alive unix socket: %p\n", sk); in unix_sock_destructor() 1053 /* Nothing to do here, unix socket does not need a ->close(). in unix_close() 3838 if (!proc_create_net("unix", 0, net->proc_net, &unix_seq_ops, in unix_net_init() 3866 remove_proc_entry("unix", net->proc_net); in unix_net_init() 3879 remove_proc_entry("unix", net->proc_net); in unix_net_exit() 3888 DEFINE_BPF_ITER_FUNC(unix, struct bpf_iter_meta *meta, in DEFINE_BPF_ITER_FUNC() argument 3941 .target = "unix", 3955 pr_warn("Warning: could not register bpf iterator unix\n"); in bpf_iter_register()
|
/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-cgroup.rst | 106 - **connect_unix** call to connect(2) for a unix socket (since 6.7) 109 - **sendmsg_unix** call to sendto(2), sendmsg(2), sendmmsg(2) for an unconnected unix socket (since 6.7) 112 - **recvmsg_unix** call to recvfrom(2), recvmsg(2), recvmmsg(2) for an unconnected unix socket (since 6.7) 118 - **getpeername_unix** call to getpeername(2) for a unix socket (since 6.7) 121 - **getsockname_unix** call to getsockname(2) for a unix socket (since 6.7)
|
/linux/net/ |
H A D | Makefile | 20 obj-$(CONFIG_UNIX) += unix/
|
H A D | Kconfig | 85 source "net/unix/Kconfig"
|
/linux/tools/testing/selftests/net/forwarding/ |
H A D | tsn_lib.sh | 155 extra_args="${extra_args} --unix-domain-socket ${uds}" 237 --unix-domain-socket ${sender_uds} \
|
/linux/Documentation/filesystems/ext4/ |
H A D | orphan.rst | 6 In unix there can inodes that are unlinked from directory hierarchy but that
|
/linux/Documentation/filesystems/smb/ |
H A D | cifsroot.rst | 43 unix extension = yes # default
|
/linux/Documentation/filesystems/ |
H A D | 9p.rst | 45 mount -t 9p `namespace`/acme /mnt/9 -o trans=unix,uname=$USER 119 unix specifying a named pipe mount point
|
H A D | hpfs.rst | 82 why not use it for unix-specific info like file owner or access rights? This
|
H A D | proc.rst | 1400 unix UNIX domain sockets
|
/linux/arch/m68k/q40/ |
H A D | README | 6 available from this place or http://ftp.uni-erlangen.de/pub/unix/Linux/680x0/q40/
|
/linux/Documentation/translations/zh_CN/kernel-hacking/ |
H A D | hacking.rst |
|
/linux/Documentation/admin-guide/sysctl/ |
H A D | net.rst | 42 ethernet Ethernet protocol unix Unix domain sockets 426 2. /proc/sys/net/unix - Parameters for Unix domain sockets
|
/linux/Documentation/userspace-api/ |
H A D | landlock.rst | 332 This limits the set of abstract :manpage:`unix(7)` sockets to which we can 587 connections to an abstract :manpage:`unix(7)` socket by setting
|
/linux/Documentation/process/ |
H A D | botching-up-ioctls.rst | 178 needs to be shared across processes - fd-passing over unix domain sockets
|
/linux/Documentation/translations/it_IT/process/ |
H A D | botching-up-ioctls.rst | 200 unix semplifica la gestione anche per lo spazio utente.
|
/linux/Documentation/admin-guide/mm/ |
H A D | userfaultfd.rst | 43 passed using unix domain sockets to a manager process, so the same
|
/linux/arch/mips/ |
H A D | Kconfig | 381 DECstation porting pages on <http://decstation.unix-ag.org/>.
|
/linux/ |
H A D | CREDITS | 1173 E: engel@unix-ag.org
|
H A D | MAINTAINERS | 4621 F: net/unix/unix_bpf.c 17850 F: include/net/netns/unix.h 17852 F: net/unix/
|
/linux/Documentation/networking/ |
H A D | ip-sysctl.rst | 3696 ``/proc/sys/net/unix/*``
|
/linux/Documentation/virt/kvm/ |
H A D | api.rst | 64 of fork() and the SCM_RIGHTS facility of unix domain socket. These
|