public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH 0/2] Cleanups to listening socket init functions
@ 2025-12-18  6:22 David Gibson
  2025-12-18  6:22 ` [PATCH 1/2] tcp: Combine tcp_sock_init_one() and tcp_sock_init() into tcp_listen() David Gibson
  2025-12-18  6:22 ` [PATCH 2/2] udp: Rename udp_sock_init() to udp_listen() with small cleanups David Gibson
  0 siblings, 2 replies; 3+ messages in thread
From: David Gibson @ 2025-12-18  6:22 UTC (permalink / raw)
  To: passt-dev, Stefano Brivio; +Cc: David Gibson

Another small preliminary for flexible forwarding.  This makes some
cleanups to the functions which create listening sockets for TCP and
UDP.  No functional changes.

David Gibson (2):
  tcp: Combine tcp_sock_init_one() and tcp_sock_init() into tcp_listen()
  udp: Rename udp_sock_init() to udp_listen() with small cleanups

 conf.c |  4 +--
 tcp.c  | 94 +++++++++++++++++++++-------------------------------------
 tcp.h  |  6 ++--
 udp.c  | 32 +++++++++-----------
 udp.h  |  6 ++--
 5 files changed, 56 insertions(+), 86 deletions(-)

-- 
2.52.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-12-18  6:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-18  6:22 [PATCH 0/2] Cleanups to listening socket init functions David Gibson
2025-12-18  6:22 ` [PATCH 1/2] tcp: Combine tcp_sock_init_one() and tcp_sock_init() into tcp_listen() David Gibson
2025-12-18  6:22 ` [PATCH 2/2] udp: Rename udp_sock_init() to udp_listen() with small cleanups David Gibson

Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).