Home
last modified time | relevance | path

Searched refs:fn_type (Results 1 – 5 of 5) sorted by relevance

/linux/net/decnet/
A Ddn_table.c394 f->fn_type, f->fn_scope, &f->fn_key, z, in dn_rtmsg_fib()
427 (f->fn_state & DN_S_ZOMBIE) ? 0 : f->fn_type, in dn_hash_dump_bucket()
607 if (f->fn_type == type && in dn_fib_table_insert()
631 new_f->fn_type = type; in dn_fib_table_insert()
711 (!r->rtm_type || f->fn_type == r->rtm_type) && in dn_fib_table_delete()
817 err = dn_fib_semantic_match(f->fn_type, DN_FIB_INFO(f), flp, res); in dn_fib_table_lookup()
820 res->type = f->fn_type; in dn_fib_table_lookup()
/linux/include/linux/
A Dof.h1338 #define _OF_DECLARE_STUB(table, name, compat, fn, fn_type) \ argument
1342 .data = (fn == (fn_type)NULL) ? fn : fn }
1345 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument
1350 .data = (fn == (fn_type)NULL) ? fn : fn }
1352 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument
1353 _OF_DECLARE_STUB(table, name, compat, fn, fn_type)
/linux/include/net/
A Ddn_fib.h72 u8 fn_type; member
/linux/drivers/infiniband/hw/mlx5/
A Dfs.c769 enum mlx5_flow_namespace_type fn_type; in get_flow_table() local
791 fn_type = MLX5_FLOW_NAMESPACE_BYPASS; in get_flow_table()
803 fn_type = MLX5_FLOW_NAMESPACE_EGRESS; in get_flow_table()
809 ns = mlx5_get_flow_namespace(dev->mdev, fn_type); in get_flow_table()
926 enum mlx5_flow_namespace_type fn_type; in mlx5_ib_fs_add_op_fc() local
948 fn_type = MLX5_FLOW_NAMESPACE_RDMA_RX_COUNTERS; in mlx5_ib_fs_add_op_fc()
960 fn_type = MLX5_FLOW_NAMESPACE_RDMA_RX_COUNTERS; in mlx5_ib_fs_add_op_fc()
972 fn_type = MLX5_FLOW_NAMESPACE_RDMA_TX_COUNTERS; in mlx5_ib_fs_add_op_fc()
981 ns = mlx5_get_flow_namespace(dev->mdev, fn_type); in mlx5_ib_fs_add_op_fc()
/linux/scripts/
A Dkernel-doc2124 my $fn_type = qr{\w+\s*\*\s*};
2137 elsif (/^$decl_start$fn_type?(\w+)\s*$parenthesis?\s*$decl_end?$/ ||
2138 /^$decl_start$fn_type?(\w+.*)$parenthesis?\s*$decl_end$/) {

Completed in 23 milliseconds