zephyr/tests/net/socket
Yong Cong Sin 731241f8d0 kernel: workq: Fix type errors in delayable work handlers
A common pattern here was to take the work item as the subfield of a
containing object. But the contained field is not a k_work, it's a
k_work_delayable.

Things were working only because the work field was first, so the
pointers had the same value. Do things right and fix things to
produce correct code if/when that field ever moves within delayable.

Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
2022-02-02 18:43:12 -05:00
..
af_packet cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
af_packet_ipproto_raw tests: net: socket: new tests for AF_PACKET&SOCK_RAW&IPPROTO_RAW 2021-09-14 08:37:36 -04:00
getaddrinfo drivers: net: adding NET_DRIVERS menuconfig 2021-09-28 12:13:23 +02:00
getnameinfo drivers: net: adding NET_DRIVERS menuconfig 2021-09-28 12:13:23 +02:00
misc drivers: net: adding NET_DRIVERS menuconfig 2021-09-28 12:13:23 +02:00
net_mgmt cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
poll drivers: net: adding NET_DRIVERS menuconfig 2021-09-28 12:13:23 +02:00
register net: sockets: Add socket processing priority 2021-09-28 20:11:26 -04:00
select drivers: net: adding NET_DRIVERS menuconfig 2021-09-28 12:13:23 +02:00
socketpair kernel: atomics: update print specifiers for atomic_t 2021-11-15 09:59:01 -05:00
tcp kernel: workq: Fix type errors in delayable work handlers 2022-02-02 18:43:12 -05:00
tls kernel: workq: Fix type errors in delayable work handlers 2022-02-02 18:43:12 -05:00
tls_ext drivers: net: adding NET_DRIVERS menuconfig 2021-09-28 12:13:23 +02:00
udp cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
websocket drivers: net: adding NET_DRIVERS menuconfig 2021-09-28 12:13:23 +02:00
socket_helpers.h tests: net: sockets: tls: Add MSG_TRUNC flag tests 2021-03-23 13:16:30 +02:00