Searched refs:IS_BUILTIN (Results 1 – 17 of 17) sorted by relevance
52 #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 …]
583 #if IS_BUILTIN(CONFIG_IPV6) && defined(CONFIG_BPF_SYSCALL)
2289 #if (IS_BUILTIN(CONFIG_XFRM_INTERFACE) && IS_ENABLED(CONFIG_DEBUG_INFO_BTF)) || \
13 #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)) || \
319 #if (IS_BUILTIN(CONFIG_NF_FLOW_TABLE) && IS_ENABLED(CONFIG_DEBUG_INFO_BTF)) || \
50 #define IS_BUILTIN(option) __is_defined(option) macro65 #define IS_REACHABLE(option) __or(IS_BUILTIN(option), \73 #define IS_ENABLED(option) __or(IS_BUILTIN(option), IS_MODULE(option))
73 return IS_BUILTIN(CONFIG_IP_PIMSM_V1) || IS_BUILTIN(CONFIG_IP_PIMSM_V2); in ipmr_pimsm_enabled()
89 #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()
56 #if IS_BUILTIN(CONFIG_IPV6)
128 #define WATCHDOG_NOWAYOUT IS_BUILTIN(CONFIG_WATCHDOG_NOWAYOUT)
24 #if IS_BUILTIN(CONFIG_IPV6)
442 #if IS_BUILTIN(CONFIG_PTP_1588_CLOCK)
1977 #define has_transparent_hugepage() IS_BUILTIN(CONFIG_TRANSPARENT_HUGEPAGE)1981 #define has_transparent_pud_hugepage() IS_BUILTIN(CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD)
15 #if IS_BUILTIN(CONFIG_P2SB)
371 #if IS_ENABLED(CONFIG_DRM_PANEL) && (IS_BUILTIN(CONFIG_BACKLIGHT_CLASS_DEVICE) || \
873 #if IS_ENABLED(CONFIG_DRM_KMS_HELPER) && (IS_BUILTIN(CONFIG_BACKLIGHT_CLASS_DEVICE) || \
349 #if IS_BUILTIN(CONFIG_KUNIT)
Completed in 48 milliseconds