Re: [PATCH net-next v6 04/16] quic: provide family ops for address and protocol
Paolo Abeni <[email protected]> Thu, 8 Jan 2026 15:51:34 +0100
| Newsgroups | dev.linux.lists.quic,dev.linux.lists.kernel-tls-handshake,org.kernel.vger.linux-cifs,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On 1/5/26 3:04 PM, Xin Long wrote:
> Introduce QUIC address and protocol family operations to handle IPv4/IPv6
> specifics consistently, similar to SCTP. The new quic_family.{c,h} provide
> helpers for routing, skb transmit handling, address parsing and comparison
> and UDP socket config initializing etc.
>
> This consolidates protocol-family logic and enables cleaner dual-stack
> support in the QUIC socket implementation.
>
> Signed-off-by: Xin Long <[email protected]>
Acked-by: Paolo Abeni <[email protected]>