Home
last modified time | relevance | path

Searched defs:namespace (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dmod_hdr.c74 enum mlx5_flow_namespace_type namespace, in mlx5e_mod_hdr_attach()
160 mlx5e_mod_hdr_alloc(struct mlx5_core_dev *mdev, int namespace, in mlx5e_mod_hdr_alloc()
H A Dmod_hdr.h49 static inline int mlx5e_mod_hdr_max_actions(struct mlx5_core_dev *mdev, int namespace) in mlx5e_mod_hdr_max_actions()
/linux/scripts/mod/
H A Dmodpost.c221 char *namespace; member
285 char namespace[]; member
288 static bool contains_namespace(struct list_head *head, const char *namespace) in contains_namespace() argument
307 static void add_namespace(struct list_head *head, const char *namespace) in add_namespace() argument
352 sym_add_exported(const char * name,struct module * mod,bool gpl_only,const char * namespace) sym_add_exported() argument
1564 char *namespace; read_symbols() local
1702 verify_module_namespace(const char * namespace,const char * modname) verify_module_namespace() argument
2129 char *symname, *namespace, *modname, *d, *export; read_dump() local
[all...]
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dvlan_mangle.c12 mlx5e_tc_act_vlan_add_rewrite_action(struct mlx5e_priv *priv, int namespace, in mlx5e_tc_act_vlan_add_rewrite_action()
H A Dpedit.c47 const struct flow_action_entry *act, int namespace, in mlx5e_tc_act_pedit_parse_action()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_xdp_veth.c43 const char *namespace; /* Namespace for the remote veth */ global() member
[all...]
/linux/include/linux/
H A Dkobject.h121 const void *(*namespace)(const struct kobject *kobj); member
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dfs_hws.c1272 enum mlx5_flow_namespace_type namespace, in mlx5_cmd_hws_packet_reformat_alloc()
1461 u8 namespace, u8 num_actions, in mlx5_cmd_hws_modify_header_alloc()
/linux/security/tomoyo/
H A Ddomain.c505 const char *namespace = tomoyo_current_namespace()->name; in tomoyo_namespace_jump() local
/linux/tools/kvm/kvm_stat/
H A Dkvm_stat1706 def __call__(self, parser, namespace, values, option_string=None): argument
/linux/kernel/module/
H A Dmain.c1150 static bool verify_module_namespace(const char *namespace, const char *modname) in verify_module_namespace()
1184 const char *namespace; in verify_namespace_is_imported() local
/linux/fs/ceph/
H A Dsuper.h114 const char *namespace, size_t len) in namespace_equals()