Searched defs:sk_fds (Results 1 – 3 of 3) sorted by relevance
35 struct sk_fds { struct36 int srv_fd;37 int passive_fd;38 int active_fd;39 int passive_lport;40 int active_lport;67 static void sk_fds_close(struct sk_fds *sk_fds) in sk_fds_close()74 static int sk_fds_shutdown(struct sk_fds *sk_fds) in sk_fds_shutdown()91 static int sk_fds_connect(struct sk_fds *sk_fds, bool fast_open) in sk_fds_connect()181 static int check_error_linum(const struct sk_fds *sk_fds) in check_error_linum()[all …]
36 static int sk_fds[REUSEPORT_ARRAY_SIZE]; variable
166 int i, map_fd, err, *sk_fds; in insert_close_thread() local