mirror of
https://gitee.com/openharmony/kernel_linux
synced 2025-05-24 23:56:33 +00:00

Fixes commit 735cffe5d800 ("net_sched: Introduce skbmod action") Not used by iproute2 but maybe in future. Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>
16 lines
350 B
Makefile
16 lines
350 B
Makefile
# UAPI Header export list
|
|
header-y += tc_csum.h
|
|
header-y += tc_defact.h
|
|
header-y += tc_gact.h
|
|
header-y += tc_ipt.h
|
|
header-y += tc_mirred.h
|
|
header-y += tc_nat.h
|
|
header-y += tc_pedit.h
|
|
header-y += tc_skbedit.h
|
|
header-y += tc_vlan.h
|
|
header-y += tc_bpf.h
|
|
header-y += tc_connmark.h
|
|
header-y += tc_ife.h
|
|
header-y += tc_tunnel_key.h
|
|
header-y += tc_skbmod.h
|