Home
last modified time | relevance | path

Searched defs:expr (Results 1 – 94 of 94) sorted by relevance

/linux-4.1.27/net/netfilter/
Dnft_meta.c27 void nft_meta_get_eval(const struct nft_expr *expr, in nft_meta_get_eval()
185 void nft_meta_set_eval(const struct nft_expr *expr, in nft_meta_set_eval()
217 const struct nft_expr *expr, in nft_meta_get_init()
267 const struct nft_expr *expr, in nft_meta_set_init()
297 const struct nft_expr *expr) in nft_meta_get_dump()
313 const struct nft_expr *expr) in nft_meta_set_dump()
Dnft_dynset.c26 struct nft_expr *expr; member
30 static void *nft_dynset_new(struct nft_set *set, const struct nft_expr *expr, in nft_dynset_new()
59 static void nft_dynset_eval(const struct nft_expr *expr, in nft_dynset_eval()
101 const struct nft_expr *expr, in nft_dynset_init()
207 const struct nft_expr *expr) in nft_dynset_destroy()
216 static int nft_dynset_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_dynset_dump()
Dnft_immediate.c26 static void nft_immediate_eval(const struct nft_expr *expr, in nft_immediate_eval()
41 const struct nft_expr *expr, in nft_immediate_init()
72 const struct nft_expr *expr) in nft_immediate_destroy()
78 static int nft_immediate_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_immediate_dump()
93 const struct nft_expr *expr, in nft_immediate_validate()
Dnft_ct.c33 static void nft_ct_get_eval(const struct nft_expr *expr, in nft_ct_get_eval()
152 static void nft_ct_set_eval(const struct nft_expr *expr, in nft_ct_set_eval()
223 const struct nft_expr *expr, in nft_ct_get_init()
323 const struct nft_expr *expr, in nft_ct_set_init()
354 const struct nft_expr *expr) in nft_ct_destroy()
359 static int nft_ct_get_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_ct_get_dump()
386 static int nft_ct_set_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_ct_set_dump()
Dnft_masq.c25 const struct nft_expr *expr, in nft_masq_validate()
40 const struct nft_expr *expr, in nft_masq_init()
61 int nft_masq_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_masq_dump()
Dnft_cmp.c27 static void nft_cmp_eval(const struct nft_expr *expr, in nft_cmp_eval()
71 static int nft_cmp_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_cmp_init()
92 static int nft_cmp_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_cmp_dump()
120 const struct nft_expr *expr, in nft_cmp_fast_init()
146 static int nft_cmp_fast_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_cmp_fast_dump()
Dnft_redir.c27 const struct nft_expr *expr, in nft_redir_validate()
43 const struct nft_expr *expr, in nft_redir_init()
86 int nft_redir_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_redir_dump()
Dnft_lookup.c28 static void nft_lookup_eval(const struct nft_expr *expr, in nft_lookup_eval()
53 const struct nft_expr *expr, in nft_lookup_init()
105 const struct nft_expr *expr) in nft_lookup_destroy()
112 static int nft_lookup_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_lookup_dump()
Dnft_log.c29 static void nft_log_eval(const struct nft_expr *expr, in nft_log_eval()
50 const struct nft_expr *expr, in nft_log_init()
118 const struct nft_expr *expr) in nft_log_destroy()
134 static int nft_log_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_log_dump()
Dnft_nat.c39 static void nft_nat_eval(const struct nft_expr *expr, in nft_nat_eval()
91 const struct nft_expr *expr, in nft_nat_validate()
117 static int nft_nat_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_nat_init()
215 static int nft_nat_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_nat_dump()
Dnft_reject_inet.c20 static void nft_reject_inet_eval(const struct nft_expr *expr, in nft_reject_inet_eval()
66 const struct nft_expr *expr, in nft_reject_inet_init()
98 const struct nft_expr *expr) in nft_reject_inet_dump()
Dnft_limit.c29 static void nft_limit_eval(const struct nft_expr *expr, in nft_limit_eval()
57 const struct nft_expr *expr, in nft_limit_init()
73 static int nft_limit_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_limit_dump()
Dnft_payload.c20 static void nft_payload_eval(const struct nft_expr *expr, in nft_payload_eval()
62 const struct nft_expr *expr, in nft_payload_init()
76 static int nft_payload_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_payload_dump()
Dnft_exthdr.c28 static void nft_exthdr_eval(const struct nft_expr *expr, in nft_exthdr_eval()
58 const struct nft_expr *expr, in nft_exthdr_init()
78 static int nft_exthdr_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_exthdr_dump()
Dnft_counter.c26 static void nft_counter_eval(const struct nft_expr *expr, in nft_counter_eval()
38 static int nft_counter_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_counter_dump()
67 const struct nft_expr *expr, in nft_counter_init()
Dnft_compat.c57 static void nft_target_eval_xt(const struct nft_expr *expr, in nft_target_eval_xt()
83 static void nft_target_eval_bridge(const struct nft_expr *expr, in nft_target_eval_bridge()
206 nft_target_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_target_init()
249 nft_target_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_target_destroy()
265 static int nft_target_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_target_dump()
282 const struct nft_expr *expr, in nft_target_validate()
306 static void nft_match_eval(const struct nft_expr *expr, in nft_match_eval()
393 nft_match_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_match_init()
430 nft_match_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_match_destroy()
446 static int nft_match_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_match_dump()
[all …]
Dnft_queue.c30 static void nft_queue_eval(const struct nft_expr *expr, in nft_queue_eval()
64 const struct nft_expr *expr, in nft_queue_init()
85 static int nft_queue_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_queue_dump()
Dnft_bitwise.c28 static void nft_bitwise_eval(const struct nft_expr *expr, in nft_bitwise_eval()
50 const struct nft_expr *expr, in nft_bitwise_init()
93 static int nft_bitwise_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_bitwise_dump()
Dnft_byteorder.c28 static void nft_byteorder_eval(const struct nft_expr *expr, in nft_byteorder_eval()
78 const struct nft_expr *expr, in nft_byteorder_init()
120 static int nft_byteorder_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_byteorder_dump()
Dnft_reject.c30 const struct nft_expr *expr, in nft_reject_init()
54 int nft_reject_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_reject_dump()
Dnf_tables_core.c67 static void nft_cmp_fast_eval(const struct nft_expr *expr, in nft_cmp_fast_eval()
78 static bool nft_payload_fast_eval(const struct nft_expr *expr, in nft_payload_fast_eval()
120 const struct nft_expr *expr, *last; in nft_do_chain() local
Dnf_tables_api.c1528 const struct nft_expr *expr) in nf_tables_fill_expr_info()
1549 const struct nft_expr *expr) in nft_expr_dump()
1615 struct nft_expr *expr) in nf_tables_newexpr()
1635 struct nft_expr *expr) in nf_tables_expr_destroy()
1646 struct nft_expr *expr; in nft_expr_init() local
1669 void nft_expr_destroy(const struct nft_ctx *ctx, struct nft_expr *expr) in nft_expr_destroy()
1723 const struct nft_expr *expr, *next; in nf_tables_fill_rule_info() local
1921 struct nft_expr *expr; in nf_tables_rule_destroy() local
1951 struct nft_expr *expr; in nf_tables_newrule() local
4123 const struct nft_expr *expr, *last; in nf_tables_check_loops() local
Dnft_hash.c96 const struct nft_expr *expr, in nft_hash_update()
/linux-4.1.27/drivers/w1/
Dw1_log.h28 # define assert(expr) do {} while (0) argument
30 # define assert(expr) \ argument
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dlibcfs_string.c261 int bracketed, struct cfs_range_expr **expr) in cfs_range_expr_parse()
332 struct cfs_range_expr *expr; in cfs_expr_list_match() local
353 struct cfs_range_expr *expr; in cfs_expr_list_values() local
400 struct cfs_range_expr *expr; in cfs_expr_list_free() local
423 struct cfs_range_expr *expr; in cfs_expr_list_parse() local
/linux-4.1.27/net/bridge/netfilter/
Dnft_reject_bridge.c259 static void nft_reject_bridge_eval(const struct nft_expr *expr, in nft_reject_bridge_eval()
317 const struct nft_expr *expr, in nft_reject_bridge_validate()
325 const struct nft_expr *expr, in nft_reject_bridge_init()
361 const struct nft_expr *expr) in nft_reject_bridge_dump()
Dnft_meta_bridge.c21 static void nft_meta_bridge_get_eval(const struct nft_expr *expr, in nft_meta_bridge_get_eval()
52 const struct nft_expr *expr, in nft_meta_bridge_get_init()
/linux-4.1.27/fs/xfs/
Dxfs_message.c94 asswarn(char *expr, char *file, int line) in asswarn()
102 assfail(char *expr, char *file, int line) in assfail()
Dxfs_linux.h345 #define ASSERT_ALWAYS(expr) \ argument
349 #define ASSERT(expr) \ argument
360 #define ASSERT(expr) \ argument
369 #define ASSERT(expr) ((void)0) argument
Dxfs_error.h126 #define XFS_TEST_ERROR(expr, mp, tag, rf) \ argument
134 #define XFS_TEST_ERROR(expr, mp, tag, rf) (expr) argument
/linux-4.1.27/scripts/kconfig/
Dexpr.h36 struct expr *expr; member
40 struct expr { struct
41 enum expr_type type; argument
42 union expr_data left, right; argument
53 struct expr *expr; member
148 struct expr *expr; /* the optional conditional part of the property */ member
Dmenu.c128 static struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct … in menu_add_prop()
183 void menu_add_visibility(struct expr *expr) in menu_add_visibility()
189 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr()
Dzconf.y41 struct expr *expr; member
Dsymbol.c1056 struct expr *expr; member
Dqconf.cc127 tristate expr; in updateMenu() local
Dzconf.tab.c182 struct expr *expr; member
/linux-4.1.27/drivers/staging/rtl8723au/include/
Dodm_debug.h97 #define ASSERT(expr) argument
107 #define ODM_RT_ASSERT(pDM_Odm, expr, fmt) \ argument
/linux-4.1.27/include/net/irda/
Dirda.h58 #define IRDA_ASSERT(expr, func) \ argument
65 #define IRDA_ASSERT(expr, func) do { (void)(expr); } while (0) argument
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Dodm_debug.h90 #define ASSERT(expr) argument
100 #define ODM_RT_ASSERT(pDM_Odm, expr, fmt) \ argument
/linux-4.1.27/arch/x86/crypto/sha-mb/
Dsha_mb_ctx.h103 #define assert(expr) \ argument
111 #define assert(expr) do {} while (0) argument
/linux-4.1.27/net/ipv4/netfilter/
Dnft_reject_ipv4.c22 static void nft_reject_ipv4_eval(const struct nft_expr *expr, in nft_reject_ipv4_eval()
Dnft_redir_ipv4.c20 static void nft_redir_ipv4_eval(const struct nft_expr *expr, in nft_redir_ipv4_eval()
Dnft_masq_ipv4.c19 static void nft_masq_ipv4_eval(const struct nft_expr *expr, in nft_masq_ipv4_eval()
/linux-4.1.27/net/ipv6/netfilter/
Dnft_redir_ipv6.c20 static void nft_redir_ipv6_eval(const struct nft_expr *expr, in nft_redir_ipv6_eval()
Dnft_reject_ipv6.c22 static void nft_reject_ipv6_eval(const struct nft_expr *expr, in nft_reject_ipv6_eval()
Dnft_masq_ipv6.c20 static void nft_masq_ipv6_eval(const struct nft_expr *expr, in nft_masq_ipv6_eval()
/linux-4.1.27/security/selinux/ss/
Dconditional.c25 static int cond_evaluate_expr(struct policydb *p, struct cond_expr *expr) in cond_evaluate_expr()
384 static int expr_isvalid(struct policydb *p, struct cond_expr *expr) in expr_isvalid()
403 struct cond_expr *expr = NULL, *last = NULL; in cond_read_node() local
Dconditional.h57 struct cond_expr *expr; member
Dconstraint.h58 struct constraint_expr *expr; /* constraint on permissions */ member
Dpolicydb.c625 static void constraint_expr_destroy(struct constraint_expr *expr) in constraint_expr_destroy()
/linux-4.1.27/arch/blackfin/kernel/
Dgptimers.c19 # define tassert(expr) argument
21 # define tassert(expr) \ argument
/linux-4.1.27/scripts/genksyms/
Dparse.y479 struct string_list *expr = copy_list_range(*$3, *$2); variable
Dgenksyms.c217 struct string_list *expr; in __add_symbol() local
/linux-4.1.27/arch/mips/math-emu/
Dieee754dp.h27 #define assert(expr) ((void)0) argument
Dieee754sp.h27 #define assert(expr) ((void)0) argument
/linux-4.1.27/arch/x86/kernel/
Duprobes.c610 #define COND(op_y, op_n, expr) \ argument
619 #define DO(expr) \ in is_cond_jmp_opcode() argument
634 #define DO(expr) \ in check_jmp_cond() argument
/linux-4.1.27/arch/m68k/fpsp040/
Dstwotox.S381 expr: label
/linux-4.1.27/include/linux/
Djbd.h272 #define J_ASSERT_BH(bh, expr) J_ASSERT(expr) argument
273 #define J_ASSERT_JH(jh, expr) J_ASSERT(expr) argument
276 #define J_EXPECT(expr, why...) J_ASSERT(expr) argument
277 #define J_EXPECT_BH(bh, expr, why...) J_ASSERT_BH(bh, expr) argument
278 #define J_EXPECT_JH(jh, expr, why...) J_ASSERT_JH(jh, expr) argument
Dtracepoint.h350 #define TRACE_EVENT_PERF_PERM(event, expr...) argument
484 #define TRACE_EVENT_PERF_PERM(event, expr...) argument
Djbd2.h343 #define J_ASSERT_BH(bh, expr) J_ASSERT(expr) argument
344 #define J_ASSERT_JH(jh, expr) J_ASSERT(expr) argument
347 #define J_EXPECT(expr, why...) J_ASSERT(expr) argument
348 #define J_EXPECT_BH(bh, expr, why...) J_ASSERT_BH(bh, expr) argument
349 #define J_EXPECT_JH(jh, expr, why...) J_ASSERT_JH(jh, expr) argument
Dftrace_event.h401 #define __TRACE_EVENT_PERF_PERM(name, expr...) \ argument
/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib_debug.h80 #define assert(expr) \ argument
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/
Debb_handler.S72 #define LOAD_REG_IMMEDIATE(reg,expr) \ argument
/linux-4.1.27/drivers/mtd/ubi/
Ddebug.h30 #define ubi_assert(expr) do { \ argument
/linux-4.1.27/arch/um/include/shared/
Dos.h14 #define CATCH_EINTR(expr) while ((errno = 0, ((expr) < 0)) && (errno == EINTR)) argument
/linux-4.1.27/drivers/video/fbdev/nvidia/
Dnvidia.c46 #define assert(expr) \ argument
53 #define assert(expr) argument
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlclient.h387 # define CLOBINVRNT(env, clob, expr) \ argument
Dcl_object.h1840 #define CL_LOCK_ASSERT(expr, env, lock) do { \ argument
/linux-4.1.27/drivers/infiniband/hw/nes/
Dnes.h149 #define assert(expr) \ argument
160 #define assert(expr) do {} while (0) argument
/linux-4.1.27/mm/
Dbacking-dev.c161 #define BDI_SHOW(name, expr) \ argument
/linux-4.1.27/drivers/video/fbdev/riva/
Dfbdev.c73 #define assert(expr) \ argument
80 #define assert(expr) argument
/linux-4.1.27/drivers/video/fbdev/
Dcirrusfb.c71 #define assert(expr) \ argument
77 #define assert(expr) argument
/linux-4.1.27/include/net/netfilter/
Dnf_tables.h651 static inline void *nft_expr_priv(const struct nft_expr *expr) in nft_expr_priv()
693 static inline struct nft_expr *nft_expr_next(const struct nft_expr *expr) in nft_expr_next()
713 #define nft_rule_for_each_expr(expr, last, rule) \ argument
/linux-4.1.27/fs/ubifs/
Ddebug.h151 #define ubifs_assert(expr) do { \ argument
/linux-4.1.27/include/trace/
Dftrace.h131 #define TRACE_EVENT_PERF_PERM(name, expr...) \ argument
196 #define TRACE_EVENT_PERF_PERM(event, expr...) argument
/linux-4.1.27/arch/ia64/hp/common/
Dsba_iommu.c145 #define ASSERT(expr) \ argument
151 #define ASSERT(expr) argument
/linux-4.1.27/tools/perf/util/
Ddwarf-aux.c306 Dwarf_Op *expr; in die_get_data_member_location() local
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_cache.c130 #define EASSERTF(expr, ext, fmt, args...) do { \ argument
139 #define EASSERT(expr, ext) EASSERTF(expr, ext, "\n") argument
/linux-4.1.27/drivers/atm/
Dfore200e.c98 #define ASSERT(expr) if (!(expr)) { \ argument
104 #define ASSERT(expr) do {} while (0) argument
/linux-4.1.27/drivers/block/
Dsx8.c94 #define assert(expr) argument
96 #define assert(expr) \ argument
Drbd.c515 #define rbd_assert(expr) \ argument
524 # define rbd_assert(expr) ((void) 0) argument
Dskd_main.c68 #define SKD_ASSERT(expr) \ argument
/linux-4.1.27/arch/powerpc/include/asm/
Dppc_asm.h332 #define LOAD_REG_IMMEDIATE(reg,expr) \ argument
350 #define LOAD_REG_IMMEDIATE(reg,expr) \ argument
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcl_page.c54 # define PASSERT(env, page, expr) \ argument
/linux-4.1.27/drivers/net/ethernet/realtek/
D8139too.c134 # define assert(expr) do {} while (0) argument
136 # define assert(expr) \ argument
Dr8169.c61 #define assert(expr) \ argument
69 #define assert(expr) do {} while (0) argument
/linux-4.1.27/scripts/mod/
Dmodpost.c108 void *do_nofail(void *ptr, const char *expr) in do_nofail()
/linux-4.1.27/drivers/net/wireless/b43legacy/
Db43legacy.h335 # define B43legacy_BUG_ON(expr) \ argument
/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U.h131 #define RTL8192U_ASSERT(expr) \ argument
158 #define RTL8192U_ASSERT(expr) do {} while (0) argument
/linux-4.1.27/fs/btrfs/
Dctree.h4054 static inline void assfail(char *expr, char *file, int line) in assfail()
4061 #define ASSERT(expr) \ argument
4064 #define ASSERT(expr) ((void)0) argument
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dfplsp.S9147 expr: label
Dfpsp.S9253 expr: label
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dsdio.c3078 char expr[80] = "<???>"; in brcmf_sdio_assert_info() local
/linux-4.1.27/drivers/net/wireless/mwifiex/
Dfw.h1782 u8 expr[0]; member