mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
Calling bpf_lwt_xmit_push_encap will not cause a crash when dst is missing. Signed-off-by: Feng Yang <yangfeng@kylinos.cn> Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org> Link: https://patch.msgid.link/20260304094429.168521-3-yangfeng59949@163.com
10 lines
140 B
C
10 lines
140 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
#include <test_progs.h>
|
|
#include "lwt_misc.skel.h"
|
|
|
|
void test_lwt_misc(void)
|
|
{
|
|
RUN_TESTS(lwt_misc);
|
|
}
|