Home
last modified time | relevance | path

Searched defs:expr (Results 51 – 75 of 288) sorted by relevance

12345678910>>...12

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnft_log.c104 static void nft_log_eval(const struct nft_expr *expr, in nft_log_eval()
132 const struct nft_expr *expr, in nft_log_init()
212 const struct nft_expr *expr) in nft_log_destroy()
226 static int nft_log_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_log_dump()
H A Dnft_payload.c82 void nft_payload_eval(const struct nft_expr *expr, in nft_payload_eval()
139 const struct nft_expr *expr, in nft_payload_init()
153 static int nft_payload_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_payload_dump()
443 const struct nft_expr *expr) in nft_payload_offload()
596 static void nft_payload_set_eval(const struct nft_expr *expr, in nft_payload_set_eval()
659 const struct nft_expr *expr, in nft_payload_set_init()
710 static int nft_payload_set_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_payload_set_dump()
H A Dnft_ct.c59 static void nft_ct_get_eval(const struct nft_expr *expr, in nft_ct_get_eval()
232 static void nft_ct_set_zone_eval(const struct nft_expr *expr, in nft_ct_set_zone_eval()
278 static void nft_ct_set_eval(const struct nft_expr *expr, in nft_ct_set_eval()
387 const struct nft_expr *expr, in nft_ct_get_init()
541 const struct nft_expr *expr, in nft_ct_set_init()
626 const struct nft_expr *expr) in nft_ct_get_destroy()
632 const struct nft_expr *expr) in nft_ct_set_destroy()
640 static int nft_ct_get_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_ct_get_dump()
679 static int nft_ct_set_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_ct_set_dump()
766 static void nft_notrack_eval(const struct nft_expr *expr, in nft_notrack_eval()
H A Dnft_xfrm.c33 const struct nft_expr *expr, in nft_xfrm_get_init()
192 static void nft_xfrm_get_eval(const struct nft_expr *expr, in nft_xfrm_get_eval()
213 const struct nft_expr *expr) in nft_xfrm_get_dump()
230 static int nft_xfrm_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_xfrm_validate()
H A Dnft_limit.c129 static void nft_limit_pkts_eval(const struct nft_expr *expr, in nft_limit_pkts_eval()
148 const struct nft_expr *expr, in nft_limit_pkts_init()
162 static int nft_limit_pkts_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_limit_pkts_dump()
178 static void nft_limit_bytes_eval(const struct nft_expr *expr, in nft_limit_bytes_eval()
190 const struct nft_expr *expr, in nft_limit_bytes_init()
199 const struct nft_expr *expr) in nft_limit_bytes_dump()
H A Dnft_range.c23 void nft_range_eval(const struct nft_expr *expr, in nft_range_eval()
50 static int nft_range_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_range_init()
114 static int nft_range_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_range_dump()
H A Dnft_byteorder.c26 void nft_byteorder_eval(const struct nft_expr *expr, in nft_byteorder_eval()
96 const struct nft_expr *expr, in nft_byteorder_init()
150 static int nft_byteorder_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_byteorder_dump()
H A Dnft_synproxy.c243 static void nft_synproxy_eval(const struct nft_expr *expr, in nft_synproxy_eval()
253 const struct nft_expr *expr, in nft_synproxy_validate()
261 const struct nft_expr *expr, in nft_synproxy_init()
270 const struct nft_expr *expr) in nft_synproxy_destroy()
275 static int nft_synproxy_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_synproxy_dump()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbuild_bug.h77 #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) argument
78 #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) argument
82 #define _Static_assert(expr, ...) argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/typeof/msvc/
H A Dtypeof_impl.hpp181 # define BOOST_TYPEOF(expr) \ argument
184 # define BOOST_TYPEOF_TPL(expr) typename BOOST_TYPEOF(expr) argument
186 # define BOOST_TYPEOF_NESTED_TYPEDEF_TPL(name,expr) \ argument
193 # define BOOST_TYPEOF_NESTED_TYPEDEF(name,expr) \ argument
/OK3568_Linux_fs/kernel/net/ipv6/netfilter/
H A Dnft_dup_ipv6.c20 static void nft_dup_ipv6_eval(const struct nft_expr *expr, in nft_dup_ipv6_eval()
32 const struct nft_expr *expr, in nft_dup_ipv6_init()
53 static int nft_dup_ipv6_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_dup_ipv6_dump()
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Dnft_dup_ipv4.c20 static void nft_dup_ipv4_eval(const struct nft_expr *expr, in nft_dup_ipv4_eval()
34 const struct nft_expr *expr, in nft_dup_ipv4_init()
55 static int nft_dup_ipv4_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_dup_ipv4_dump()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_linux.h201 #define ASSERT_ALWAYS(expr) \ argument
205 #define ASSERT(expr) \ argument
212 #define ASSERT(expr) \ argument
217 #define ASSERT(expr) ((void)0) argument
222 #define XFS_IS_CORRUPT(mp, expr) \ argument
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_debug.h102 #define KBASE_DEBUG_ASSERT(expr) \ argument
106 #define KBASE_DEBUG_ASSERT_MSG(expr, ...) CSTD_NOP() argument
117 #define KBASE_DEBUG_ASSERT_MSG(expr, ...) \ argument
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_debug.h99 #define KBASE_DEBUG_ASSERT(expr) \ argument
103 #define KBASE_DEBUG_ASSERT_MSG(expr, ...) CSTD_NOP() argument
114 #define KBASE_DEBUG_ASSERT_MSG(expr, ...) \ argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/
H A Doptional.hpp180 explicit optional_base ( Expr&& expr, PtrExpr const* tag ) in optional_base()
192 explicit optional_base ( Expr const& expr, Expr const* tag ) in optional_base()
311 void assign_expr ( Expr&& expr, ExprPtr const* tag ) in assign_expr()
319 void assign_expr ( Expr const& expr, Expr const* tag ) in assign_expr()
616 void construct ( Expr&& expr, void const* ) in construct()
627 void assign_expr_to_initialized ( Expr&& expr, void const* ) in assign_expr_to_initialized()
637 void construct ( Expr const& expr, void const* ) in construct()
648 void assign_expr_to_initialized ( Expr const& expr, void const* ) in assign_expr_to_initialized()
671 void construct ( Expr&& expr, optional_tag const* ) in construct()
684 void construct ( Expr const& expr, optional_tag const* ) in construct()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/
H A Dstatic_cast.hpp22 # define BOOST_MPL_AUX_STATIC_CAST(T, expr) (T)(expr) argument
24 # define BOOST_MPL_AUX_STATIC_CAST(T, expr) static_cast<T>(expr) argument
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/
H A Dassert.h35 #define assert(expr) \ argument
50 #define ASSERT(expr) assert(expr) argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/
H A Ddebug.hpp32 void display_expr(Expr const &expr, std::ostream &sout) in display_expr()
40 void display_expr(Expr const &expr) in display_expr()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/nonterminal/
H A Drule.hpp229 friend rule& operator%=(rule& r, Expr const& expr) in operator %=()
238 friend rule& operator%=(rule& r, Expr& expr) in operator %=()
245 friend rule& operator%=(rule& r, Expr&& expr) in operator %=()
394 rule<OutputIterator_, T1_, T2_, T3_, T4_>& r, Expr const& expr) in operator %=()
413 rule<Iterator_, T1_, T2_, T3_, T4_>& r, Expr& expr) in operator %=()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dassert.h50 # define assert(expr) (__ASSERT_VOID_CAST (0)) argument
89 # define assert(expr) \ argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dassert.h50 # define assert(expr) (__ASSERT_VOID_CAST (0)) argument
89 # define assert(expr) \ argument
/OK3568_Linux_fs/u-boot/test/py/tests/
H A Dtest_hush_if_test.py99 def exec_hush_if(u_boot_console, expr, result): argument
122 def test_hush_if_test(u_boot_console, expr, result): argument
/OK3568_Linux_fs/kernel/net/bridge/netfilter/
H A Dnft_reject_bridge.c297 static void nft_reject_bridge_eval(const struct nft_expr *expr, in nft_reject_bridge_eval()
360 const struct nft_expr *expr, in nft_reject_bridge_validate()
368 const struct nft_expr *expr, in nft_reject_bridge_init()
400 const struct nft_expr *expr) in nft_reject_bridge_dump()
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dexpr.h38 struct expr *expr; member
42 struct expr { struct
43 enum expr_type type; argument
44 union expr_data left, right; argument
55 struct expr *expr; member
197 struct expr *expr; /* the optional conditional part of the property */ member

12345678910>>...12