Searched refs:ns_type (Results 1 – 7 of 7) sorted by relevance
163 .ns_type = &net_ns_type_operations,
41 .ns_type = &net_ns_type_operations,
46 .ns_type = &net_ns_type_operations,
903 if (dev->class && dev->class->ns_type) in rx_queue_namespace()1441 if (dev->class && dev->class->ns_type) in netdev_queue_namespace()1663 .ns_type = &net_ns_type_operations,
69 return class->ns_type; in class_child_ns_type()
904 if (dev->class && dev->class->ns_type) in device_namespace()1530 return dir->class->ns_type; in class_dir_child_ns_type()1588 else if (parent->class && !dev->class->ns_type) in get_device_parent()
418 const struct kobj_ns_type_operations *ns_type; member