Searched refs:fd1 (Results 26 - 28 of 28) sorted by relevance

12

/linux-master/drivers/net/
H A Dgtp.c1258 u32 fd1 = nla_get_u32(data[IFLA_GTP_FD1]); local
1260 sk1u = gtp_encap_enable_socket(fd1, UDP_ENCAP_GTP1U, gtp);
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c302 static int __filecmp(pid_t pid1, pid_t pid2, int fd1, int fd2) argument
306 return syscall(__NR_kcmp, pid1, pid2, KCMP_FILE, fd1, fd2);
314 #define filecmp(pid1, pid2, fd1, fd2) ({ \
317 _ret = __filecmp(pid1, pid2, fd1, fd2); \
/linux-master/kernel/
H A Dauditsc.c1759 audit_log_format(ab, "fd0=%d fd1=%d",
2688 * @fd1: the first file descriptor
2692 void __audit_fd_pair(int fd1, int fd2) argument
2696 context->fds[0] = fd1;

Completed in 217 milliseconds

12