aboutgitcodebugslistschat
path: root/tcp_conn.h
Commit message (Expand)AuthorAgeFilesLines
* tcp: Improve handling of fallback if socket pool is empty on new spliceDavid Gibson2023-02-141-0/+1
* tcp: Split pool lookup from creating new sockets in tcp_conn_new_sock()David Gibson2023-02-141-0/+1
* tcp: Move socket pool declarations aroundDavid Gibson2023-02-141-2/+8
* tcp: Pass union tcp_conn pointer to destroy and splice timer functionsStefano Brivio2022-11-251-2/+2
* inany: Helper functions for handling addresses which could be IPv4 or IPv6David Gibson2022-11-251-13/+2
* tcp: Don't store hash bucket in connection structuresDavid Gibson2022-11-251-5/+0
* tcp: Unify the IN_EPOLL flagDavid Gibson2022-11-251-10/+10
* tcp: Partially unify tcp_timer() and tcp_splice_timer()David Gibson2022-11-251-0/+3
* tcp: Unify tcp_defer_handler and tcp_splice_defer_handler()David Gibson2022-11-251-0/+1
* tcp: Unify spliced and non-spliced connection tablesDavid Gibson2022-11-251-0/+6
* tcp: Add connection union typeDavid Gibson2022-11-251-0/+30
* tcp: Move connection state structures into a shared headerDavid Gibson2022-11-251-0/+168