Home
last modified time | relevance | path

Searched refs:nft_expr_type (Results 1 – 18 of 18) sorted by relevance

/linux/include/net/netfilter/
H A Dnf_tables_core.h8 extern struct nft_expr_type nft_imm_type;
9 extern struct nft_expr_type nft_cmp_type;
10 extern struct nft_expr_type nft_counter_type;
11 extern struct nft_expr_type nft_lookup_type;
12 extern struct nft_expr_type nft_bitwise_type;
13 extern struct nft_expr_type nft_byteorder_type;
14 extern struct nft_expr_type nft_payload_type;
15 extern struct nft_expr_type nft_dynset_type;
16 extern struct nft_expr_type nft_range_type;
17 extern struct nft_expr_type nft_meta_type;
[all …]
H A Dnf_tables.h900 struct nft_expr_type { struct
983 const struct nft_expr_type *type;
1351 int nft_register_expr(struct nft_expr_type *);
1352 void nft_unregister_expr(struct nft_expr_type *);
/linux/net/netfilter/
H A Dnft_fib_netdev.c80 static struct nft_expr_type nft_fib_netdev_type;
90 static struct nft_expr_type nft_fib_netdev_type __read_mostly = {
H A Dnft_osf.c134 static struct nft_expr_type nft_osf_type;
144 static struct nft_expr_type nft_osf_type __read_mostly = {
H A Dnft_xfrm.c269 static struct nft_expr_type nft_xfrm_type;
279 static struct nft_expr_type nft_xfrm_type __read_mostly = {
H A Dnft_tproxy.c326 static struct nft_expr_type nft_tproxy_type;
337 static struct nft_expr_type nft_tproxy_type __read_mostly = {
H A Dnft_synproxy.c285 static struct nft_expr_type nft_synproxy_type;
296 static struct nft_expr_type nft_synproxy_type __read_mostly = {
H A Dnft_compat.c820 static struct nft_expr_type nft_match_type;
891 static struct nft_expr_type nft_match_type __read_mostly = {
900 static struct nft_expr_type nft_target_type;
975 static struct nft_expr_type nft_target_type __read_mostly = {
H A Dnft_byteorder.c177 struct nft_expr_type nft_byteorder_type __read_mostly = {
H A Dnft_rt.c202 struct nft_expr_type nft_rt_type __read_mostly = {
H A Dnft_ct.c727 static struct nft_expr_type nft_ct_type;
805 static struct nft_expr_type nft_ct_type __read_mostly = {
829 static struct nft_expr_type nft_notrack_type;
836 static struct nft_expr_type nft_notrack_type __read_mostly = {
H A Dnft_lookup.c281 struct nft_expr_type nft_lookup_type __read_mostly = {
H A Dnft_dynset.c435 struct nft_expr_type nft_dynset_type __read_mostly = {
H A Dnft_bitwise.c548 struct nft_expr_type nft_bitwise_type __read_mostly = {
H A Dnft_meta.c910 struct nft_expr_type nft_meta_type __read_mostly = {
H A Dnft_payload.c1317 struct nft_expr_type nft_payload_type __read_mostly = {
H A Dnf_tables_api.c3384 int nft_register_expr(struct nft_expr_type *type) in nft_register_expr()
3407 void nft_unregister_expr(struct nft_expr_type *type) in nft_unregister_expr()
3415 static const struct nft_expr_type *__nft_expr_type_get(u8 family, in __nft_expr_type_get()
3418 const struct nft_expr_type *type, *candidate = NULL; in __nft_expr_type_get()
3443 static const struct nft_expr_type *nft_expr_type_get(struct net *net, in nft_expr_type_get()
3447 const struct nft_expr_type *type; in nft_expr_type_get()
3530 const struct nft_expr_type *type; in nf_tables_expr_parse()
3584 const struct nft_expr_type *type; in nft_expr_inner_parse()
3652 const struct nft_expr_type *type = expr->ops->type; in nf_tables_expr_destroy()
/linux/net/bridge/netfilter/
H A Dnft_meta_bridge.c129 static struct nft_expr_type nft_meta_bridge_type;
229 static struct nft_expr_type nft_meta_bridge_type __read_mostly = {