Home
last modified time | relevance | path

Searched refs:IS_BUILTIN (Results 1 – 17 of 17) sorted by relevance

/include/net/
A Dtc_wrapper.h52 #if IS_BUILTIN(CONFIG_NET_ACT_GACT) in tc_act()
60 #if IS_BUILTIN(CONFIG_NET_ACT_PEDIT) in tc_act()
76 #if IS_BUILTIN(CONFIG_NET_ACT_BPF) in tc_act()
84 #if IS_BUILTIN(CONFIG_NET_ACT_CSUM) in tc_act()
88 #if IS_BUILTIN(CONFIG_NET_ACT_CT) in tc_act()
96 #if IS_BUILTIN(CONFIG_NET_ACT_GATE) in tc_act()
104 #if IS_BUILTIN(CONFIG_NET_ACT_NAT) in tc_act()
116 #if IS_BUILTIN(CONFIG_NET_ACT_IFE) in tc_act()
159 #if IS_BUILTIN(CONFIG_NET_CLS_BPF) in tc_classify()
163 #if IS_BUILTIN(CONFIG_NET_CLS_U32) in tc_classify()
[all …]
A Dip6_fib.h583 #if IS_BUILTIN(CONFIG_IPV6) && defined(CONFIG_BPF_SYSCALL)
A Dxfrm.h2289 #if (IS_BUILTIN(CONFIG_XFRM_INTERFACE) && IS_ENABLED(CONFIG_DEBUG_INFO_BTF)) || \
/include/net/netfilter/
A Dnf_conntrack_bpf.h13 #if (IS_BUILTIN(CONFIG_NF_CONNTRACK) && IS_ENABLED(CONFIG_DEBUG_INFO_BTF)) || \
32 #if (IS_BUILTIN(CONFIG_NF_NAT) && IS_ENABLED(CONFIG_DEBUG_INFO_BTF)) || \
A Dnf_flow_table.h319 #if (IS_BUILTIN(CONFIG_NF_FLOW_TABLE) && IS_ENABLED(CONFIG_DEBUG_INFO_BTF)) || \
/include/linux/
A Dkconfig.h50 #define IS_BUILTIN(option) __is_defined(option) macro
65 #define IS_REACHABLE(option) __or(IS_BUILTIN(option), \
73 #define IS_ENABLED(option) __or(IS_BUILTIN(option), IS_MODULE(option))
A Dpim.h73 return IS_BUILTIN(CONFIG_IP_PIMSM_V1) || IS_BUILTIN(CONFIG_IP_PIMSM_V2); in ipmr_pimsm_enabled()
A Dnetfilter_ipv6.h89 #elif IS_BUILTIN(CONFIG_IPV6) in nf_ipv6_chk_addr()
110 #if IS_BUILTIN(CONFIG_IPV6) in nf_ip6_route()
139 #elif IS_BUILTIN(CONFIG_IPV6) in nf_br_ip6_fragment()
157 #elif IS_BUILTIN(CONFIG_IPV6) in nf_ip6_route_me_harder()
174 #elif IS_BUILTIN(CONFIG_IPV6) in nf_ipv6_cookie_init_sequence()
190 #elif IS_BUILTIN(CONFIG_IPV6) in nf_cookie_v6_check()
A Dindirect_call_wrapper.h56 #if IS_BUILTIN(CONFIG_IPV6)
A Dwatchdog.h128 #define WATCHDOG_NOWAYOUT IS_BUILTIN(CONFIG_WATCHDOG_NOWAYOUT)
A Dicmpv6.h24 #if IS_BUILTIN(CONFIG_IPV6)
A Dptp_clock_kernel.h442 #if IS_BUILTIN(CONFIG_PTP_1588_CLOCK)
A Dpgtable.h1977 #define has_transparent_hugepage() IS_BUILTIN(CONFIG_TRANSPARENT_HUGEPAGE)
1981 #define has_transparent_pud_hugepage() IS_BUILTIN(CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD)
/include/linux/platform_data/x86/
A Dp2sb.h15 #if IS_BUILTIN(CONFIG_P2SB)
/include/drm/
A Ddrm_panel.h371 #if IS_ENABLED(CONFIG_DRM_PANEL) && (IS_BUILTIN(CONFIG_BACKLIGHT_CLASS_DEVICE) || \
/include/drm/display/
A Ddrm_dp_helper.h873 #if IS_ENABLED(CONFIG_DRM_KMS_HELPER) && (IS_BUILTIN(CONFIG_BACKLIGHT_CLASS_DEVICE) || \
/include/kunit/
A Dtest.h349 #if IS_BUILTIN(CONFIG_KUNIT)

Completed in 35 milliseconds