/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | expr.y | 197 expr: NUMBER label [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | expr.y | 87 expr: NUMBER label [all...] |
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_fib_netdev.c | 21 static void nft_fib_netdev_eval(const struct nft_expr *expr, in nft_fib_netdev_eval() argument
|
H A D | nft_fib_inet.c | 14 static void nft_fib_inet_eval(const struct nft_expr *expr, in nft_fib_inet_eval() argument
|
H A D | nft_reject_inet.c | 17 static void nft_reject_inet_eval(const struct nft_expr *expr, in nft_reject_inet_eval() argument 63 nft_reject_inet_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_reject_inet_init() argument 95 nft_reject_inet_dump(struct sk_buff *skb, const struct nft_expr *expr) nft_reject_inet_dump() argument
|
H A D | nft_reject.c | 63 int nft_reject_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_reject_dump() argument 26 nft_reject_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nft_data **data) nft_reject_validate() argument 38 nft_reject_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_reject_init() argument
|
H A D | nft_fib.c | 28 int nft_fib_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_fib_validate() argument 64 int nft_fib_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_fib_init() argument 117 int nft_fib_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_fib_dump() argument
|
H A D | nft_osf.c | 20 static void nft_osf_eval(const struct nft_expr *expr, struct nft_regs *regs, in nft_osf_eval() argument 95 static int nft_osf_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_osf_dump() argument 60 nft_osf_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_osf_init() argument 114 nft_osf_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nft_data **data) nft_osf_validate() argument
|
H A D | nft_rt.c | 53 void nft_rt_get_eval(const struct nft_expr *expr, in nft_rt_get_eval() argument 163 static int nft_rt_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_rt_validate() argument 110 nft_rt_get_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_rt_get_init() argument 148 nft_rt_get_dump(struct sk_buff *skb, const struct nft_expr *expr) nft_rt_get_dump() argument
|
H A D | nft_range.c | 23 void nft_range_eval(const struct nft_expr *expr, in nft_range_eval() argument 50 static int nft_range_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_range_init() argument 114 static int nft_range_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_range_dump() argument
|
H A D | nft_socket.c | 62 static void nft_socket_eval(const struct nft_expr *expr, in nft_socket_eval() argument 115 nft_socket_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_socket_init() argument 153 nft_socket_dump(struct sk_buff *skb, const struct nft_expr *expr) nft_socket_dump() argument 165 nft_socket_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nft_data **data) nft_socket_validate() argument
|
/kernel/linux/linux-5.10/net/ipv4/netfilter/ |
H A D | nft_reject_ipv4.c | 19 static void nft_reject_ipv4_eval(const struct nft_expr *expr, in nft_reject_ipv4_eval() argument
|
/kernel/linux/linux-5.10/net/ipv6/netfilter/ |
H A D | nft_reject_ipv6.c | 19 static void nft_reject_ipv6_eval(const struct nft_expr *expr, in nft_reject_ipv6_eval() argument
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_fib_netdev.c | 21 static void nft_fib_netdev_eval(const struct nft_expr *expr, in nft_fib_netdev_eval() argument
|
H A D | nft_fib_inet.c | 14 static void nft_fib_inet_eval(const struct nft_expr *expr, in nft_fib_inet_eval() argument
|
H A D | nft_ct_fast.c | 7 void nft_ct_get_fast_eval(const struct nft_expr *expr, in nft_ct_get_fast_eval() argument
|
H A D | nft_reject_inet.c | 17 static void nft_reject_inet_eval(const struct nft_expr *expr, in nft_reject_inet_eval() argument 63 nft_reject_inet_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nft_data **data) nft_reject_inet_validate() argument
|
H A D | nft_reject.c | 26 nft_reject_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nft_data **data) nft_reject_validate() argument 38 nft_reject_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_reject_init() argument 72 nft_reject_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset) nft_reject_dump() argument
|
/kernel/linux/linux-6.6/net/ipv6/netfilter/ |
H A D | nft_reject_ipv6.c | 19 static void nft_reject_ipv6_eval(const struct nft_expr *expr, in nft_reject_ipv6_eval() argument
|
/kernel/linux/linux-6.6/net/ipv4/netfilter/ |
H A D | nft_reject_ipv4.c | 19 static void nft_reject_ipv4_eval(const struct nft_expr *expr, in nft_reject_ipv4_eval() argument
|
/kernel/linux/linux-5.10/drivers/pinctrl/aspeed/ |
H A D | pinmux-aspeed.c | 81 aspeed_sig_expr_eval(struct aspeed_pinmux_data *ctx, const struct aspeed_sig_expr *expr, bool enabled) aspeed_sig_expr_eval() argument
|
/kernel/linux/linux-6.6/drivers/pinctrl/aspeed/ |
H A D | pinmux-aspeed.c | 83 aspeed_sig_expr_eval(struct aspeed_pinmux_data *ctx, const struct aspeed_sig_expr *expr, bool enabled) aspeed_sig_expr_eval() argument
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_message.c | 89 asswarn( struct xfs_mount *mp, char *expr, char *file, int line) asswarn() argument 101 assfail( struct xfs_mount *mp, char *expr, char *file, int line) assfail() argument
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | stwotox.S | 381 expr: label
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | stwotox.S | 381 expr: label
|