Home
last modified time | relevance | path

Searched refs:getpeername (Results 1 – 25 of 32) sorted by relevance

12

/linux/tools/bpf/bpftool/Documentation/
A Dbpftool-cgroup.rst107 **getpeername4** call to getpeername(2) for an inet4 socket (since 5.8);
108 **getpeername6** call to getpeername(2) for an inet6 socket (since 5.8);
/linux/samples/bpf/
A Dtest_probe_write_user_user.c96 assert(getpeername(clientfd, &tmp_addr, &sockaddr_len) == 0); in main()
/linux/tools/testing/selftests/bpf/prog_tests/
A Dconnect_force_port.c30 if (getpeername(fd, (struct sockaddr *)&addr, &len)) { in verify_ports()
A Dcls_redirect.c122 if (CHECK_FAIL(getpeername(*conn, sa, &slen))) in set_up_conn()
/linux/kernel/
A Dsys_ni.c246 COND_SYSCALL(getpeername);
/linux/tools/testing/selftests/net/mptcp/
A Dmptcp_connect.c799 if (getpeername(fd, (struct sockaddr *)&peerss, &peersalen) < 0) { in check_getpeername()
833 if (getpeername(fd, (struct sockaddr *)&ss, &salen) < 0) { in check_getpeername_connect()
A Dmptcp_sockopt.c415 ret = getpeername(fd, (struct sockaddr *)&remote, &rlen); in do_getsockopt_subflow_addrs()
/linux/Documentation/networking/
A Dphonet.rst118 However, connect() and getpeername() are not supported, as they did
/linux/tools/perf/arch/mips/entry/syscalls/
A Dsyscall_n64.tbl61 51 n64 getpeername sys_getpeername
/linux/arch/ia64/kernel/syscalls/
A Dsyscall.tbl184 172 common getpeername sys_getpeername
/linux/arch/mips/kernel/syscalls/
A Dsyscall_n64.tbl61 51 n64 getpeername sys_getpeername
A Dsyscall_n32.tbl61 51 n32 getpeername sys_getpeername
A Dsyscall_o32.tbl185 171 o32 getpeername sys_getpeername
/linux/arch/xtensa/kernel/syscalls/
A Dsyscall.tbl118 105 common getpeername sys_getpeername
/linux/arch/x86/entry/syscalls/
A Dsyscall_64.tbl63 52 common getpeername sys_getpeername
A Dsyscall_32.tbl382 368 i386 getpeername sys_getpeername
/linux/tools/perf/arch/x86/entry/syscalls/
A Dsyscall_64.tbl63 52 common getpeername sys_getpeername
/linux/arch/sh/kernel/syscalls/
A Dsyscall.tbl356 346 common getpeername sys_getpeername
/linux/arch/microblaze/kernel/syscalls/
A Dsyscall.tbl362 352 common getpeername sys_getpeername
/linux/arch/m68k/kernel/syscalls/
A Dsyscall.tbl375 365 common getpeername sys_getpeername
/linux/arch/arm/tools/
A Dsyscall.tbl304 287 common getpeername sys_getpeername
/linux/arch/parisc/kernel/syscalls/
A Dsyscall.tbl66 53 common getpeername sys_getpeername
/linux/arch/sparc/kernel/syscalls/
A Dsyscall.tbl177 141 common getpeername sys_getpeername
/linux/arch/alpha/kernel/syscalls/
A Dsyscall.tbl149 141 common getpeername sys_getpeername
/linux/tools/testing/selftests/bpf/
A Dtest_sock_addr.c929 return cmp_sock_addr(getpeername, sock1, addr2, /*cmp_port*/ 1); in cmp_peer_addr()

Completed in 24 milliseconds

12