Searched refs:ns_type (Results 1 – 12 of 12) sorted by relevance
| /freebsd/sys/contrib/openzfs/config/ |
| H A D | kernel-namespace.m4 | 3 dnl # ns->ops->type was moved to ns->ns.ns_type (struct ns_common) 10 ns.ns.ns_type = 0; 15 AC_MSG_CHECKING([whether ns_type is accessible through ns_common]) 19 [Define if ns_type is accessible through ns_common])
|
| /freebsd/sys/dev/mlx5/ |
| H A D | fs.h | 340 enum mlx5_flow_namespace_type ns_type, 391 enum mlx5_flow_namespace_type ns_type, 407 enum mlx5_flow_namespace_type ns_type);
|
| /freebsd/include/ |
| H A D | res_update.h | 44 ns_type r_type; /*%< type number */
|
| /freebsd/include/arpa/ |
| H A D | nameser.h | 176 #define ns_rr_type(rr) ((ns_type)((rr).type + 0)) 344 } ns_type; typedef 576 ns_class, ns_type, u_long, const u_char *,
|
| /freebsd/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_fs_core.c | 3373 *get_root_namespace(struct mlx5_core_dev *dev, enum mlx5_flow_namespace_type ns_type) in get_root_namespace() argument 3377 if (ns_type == MLX5_FLOW_NAMESPACE_ESW_EGRESS || in get_root_namespace() 3378 ns_type == MLX5_FLOW_NAMESPACE_ESW_INGRESS) in get_root_namespace() 3379 ns = mlx5_get_flow_vport_acl_namespace(dev, ns_type, 0); in get_root_namespace() 3381 ns = mlx5_get_flow_namespace(dev, ns_type); in get_root_namespace() 3389 enum mlx5_flow_namespace_type ns_type, in mlx5_modify_header_alloc() argument 3397 root = get_root_namespace(dev, ns_type); in mlx5_modify_header_alloc() 3405 modify_hdr->ns_type = ns_type; in mlx5_modify_header_alloc() 3406 err = root->cmds->modify_header_alloc(root, ns_type, num_actions, in mlx5_modify_header_alloc() 3422 root = get_root_namespace(dev, modify_hdr->ns_type); in mlx5_modify_header_dealloc() [all …]
|
| H A D | fs_core.h | 39 enum mlx5_flow_namespace_type ns_type; 44 enum mlx5_flow_namespace_type ns_type; 51 enum mlx5_flow_namespace_type ns_type; 174 enum mlx5_flow_namespace_type ns_type; global() member 179 enum mlx5_flow_namespace_type ns_type; global() member
|
| H A D | mlx5_fs_tree.c | |
| /freebsd/sys/dev/mlx5/mlx5_accel/ |
| H A D | mlx5_ipsec_fs.c | 354 enum mlx5_flow_namespace_type ns_type; in setup_modify_header() local 362 ns_type = MLX5_FLOW_NAMESPACE_KERNEL; in setup_modify_header() 367 ns_type = MLX5_FLOW_NAMESPACE_EGRESS; in setup_modify_header() 377 modify_hdr = mlx5_modify_header_alloc(mdev, ns_type, 1, action); in setup_modify_header() 442 enum mlx5_flow_namespace_type ns_type = MLX5_FLOW_NAMESPACE_EGRESS; in setup_pkt_reformat() local 452 ns_type = MLX5_FLOW_NAMESPACE_KERNEL; in setup_pkt_reformat() 461 mlx5_packet_reformat_alloc(mdev, &reformat_params, ns_type); in setup_pkt_reformat()
|
| /freebsd/lib/libc/resolv/ |
| H A D | res_findzonecut.c | 84 static int do_query(res_state, const char *, ns_class, ns_type, 671 do_query(res_state statp, const char *dname, ns_class class, ns_type qtype, in do_query()
|
| H A D | res_mkupdate.c | 942 rrecp->r_type = (ns_type)type; in res_mkupdrec()
|
| /freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-zone.c | 70 ((ns)->ns_type == CLONE_NEWUSER)
|
| /freebsd/lib/libc/nameser/ |
| H A D | ns_print.c | 106 const char *name, ns_class class, ns_type type, in ns_sprintrrf()
|