Files
linux/net
Breno Leitao cacfb1f4e9 netpoll: factor out UDP header setup into push_udp() helper
Move UDP header construction from netpoll_send_udp() into a new
static helper function push_udp(). This completes the protocol
layer refactoring by:

1. Creating a dedicated helper for UDP header assembly
2. Removing UDP-specific logic from the main send function
3. Establishing a consistent pattern with existing IPv4/IPv6 helpers:
   - push_udp()
   - push_ipv4()
   - push_ipv6()

The change improves code organization and maintains the encapsulation
pattern established in previous refactorings.

Signed-off-by: Breno Leitao <leitao@debian.org>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250702-netpoll_untagle_ip-v2-5-13cf3db24e2b@debian.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-07-07 18:52:56 -07:00
..
2025-04-22 07:04:02 -07:00
2025-06-23 17:04:03 -07:00
2025-06-23 16:58:43 -07:00
2024-10-15 18:52:26 -07:00
2025-07-03 16:00:50 +02:00
2025-06-23 17:04:03 -07:00
2025-06-23 17:05:12 -07:00
2025-06-23 17:04:03 -07:00
2025-06-23 17:04:03 -07:00
2025-06-21 07:35:39 -07:00
2025-06-23 17:05:12 -07:00
2025-06-23 17:04:03 -07:00
2025-06-23 17:05:12 -07:00
2025-06-23 17:04:03 -07:00
2024-10-08 15:16:59 +02:00
2025-04-11 18:58:10 -07:00
2025-06-23 17:04:03 -07:00